Updated Branches: refs/heads/master 2fe972255 -> c4b5e554d
s/and/an/ Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c4b5e554 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c4b5e554 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c4b5e554 Branch: refs/heads/master Commit: c4b5e554d8a3d6a50d9bc9c755e59ddb7fc9b12d Parents: 2fe9722 Author: James Peach <[email protected]> Authored: Fri Jan 24 15:00:52 2014 -0800 Committer: James Peach <[email protected]> Committed: Fri Jan 24 15:01:03 2014 -0800 ---------------------------------------------------------------------- proxy/logging/LogConfig.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c4b5e554/proxy/logging/LogConfig.cc ---------------------------------------------------------------------- diff --git a/proxy/logging/LogConfig.cc b/proxy/logging/LogConfig.cc index 133ea21..6b381ce 100644 --- a/proxy/logging/LogConfig.cc +++ b/proxy/logging/LogConfig.cc @@ -596,9 +596,9 @@ LogConfig::setup_collation(LogConfig * prev_config) } } else { if (!collation_port) { - Note("Cannot activate log collation, %d is and invalid " "collation port", collation_port); + Note("Cannot activate log collation, %d is an invalid collation port", collation_port); } else if (collation_mode > COLLATION_HOST && strcmp(collation_host, "none") == 0) { - Note("Cannot activate log collation, \"%s\" is and invalid " "collation host", collation_host); + Note("Cannot activate log collation, \"%s\" is an invalid collation host", collation_host); } else { if (collation_mode == COLLATION_HOST) {
