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

zwoop 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  ed5ccb1   TS-4411 Fix TSError to Error, this is not a plugin
ed5ccb1 is described below

commit ed5ccb122d3ced5593a48ea5a1b85607580b0c5a
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri May 6 08:56:48 2016 -0600

    TS-4411 Fix TSError to Error, this is not a plugin
---
 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 a5948ee..b88e4fb 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 {
-        TSError("remap_check_option(): Option '%s' in remap configuration is 
not valid.\n", argv[i]);
+        Error("remap_check_option(): Option '%s' in remap configuration is not 
valid.\n", argv[i]);
       }
 
       if ((findmode & ret_flags) && !argptr) {

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to