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 aaff748 TS-4411 Eliminate superfluous trailing \n
aaff748 is described below
commit aaff7485ffc6508e422e47bbb7b3b8e5c2074af9
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri May 6 09:11:35 2016 -0600
TS-4411 Eliminate superfluous trailing \n
---
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 b88e4fb..31f3dc7 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.\n", argv[i]);
+ Error("remap_check_option(): Option '%s' in remap configuration is not
valid.", argv[i]);
}
if ((findmode & ret_flags) && !argptr) {
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].