You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/05/09 00:27:54 UTC

[trafficserver] branch master updated: Reword remap.config warning mesage.

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  d2b5a57   Reword remap.config warning mesage.
d2b5a57 is described below

commit d2b5a5712981bfec3b61d798d3fdb5d2511d36e2
Author: James Peach <jp...@apache.org>
AuthorDate: Sun May 8 17:27:11 2016 -0700

    Reword remap.config warning mesage.
---
 proxy/http/remap/RemapConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http/remap/RemapConfig.cc b/proxy/http/remap/RemapConfig.cc
index 31f3dc7..80c046a 100644
--- a/proxy/http/remap/RemapConfig.cc
+++ b/proxy/http/remap/RemapConfig.cc
@@ -670,7 +670,7 @@ remap_check_option(const char **argv, int argc, unsigned long findmode, int *_re
         }
         ret_flags |= REMAP_OPTFLG_INTERNAL;
       } else {
-        Error("remap_check_option(): Option '%s' in remap configuration is not valid.", argv[i]);
+        Warning("ignoring invalid remap option '%s'", argv[i]);
       }
 
       if ((findmode & ret_flags) && !argptr) {

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].