Repository: trafficserver Updated Branches: refs/heads/master 3fd3b6689 -> 306ef3f64
format Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/306ef3f6 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/306ef3f6 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/306ef3f6 Branch: refs/heads/master Commit: 306ef3f64ed0dbfd1babe3a159626a283ead0e2c Parents: 3fd3b66 Author: James Peach <[email protected]> Authored: Sun Oct 25 09:55:06 2015 -0700 Committer: James Peach <[email protected]> Committed: Sun Oct 25 09:55:06 2015 -0700 ---------------------------------------------------------------------- mgmt/LocalManager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/306ef3f6/mgmt/LocalManager.cc ---------------------------------------------------------------------- diff --git a/mgmt/LocalManager.cc b/mgmt/LocalManager.cc index 57cd222..13ca742 100644 --- a/mgmt/LocalManager.cc +++ b/mgmt/LocalManager.cc @@ -696,7 +696,7 @@ LocalManager::sendMgmtMsgToProcesses(MgmtMessageHdr *mh) (strcmp(data_raw, "proxy.config.cluster.cluster_configuration") != 0) && (strcmp(data_raw, "proxy.config.body_factory.template_sets_dir") != 0)) { mgmt_fatal(stderr, 0, "[LocalManager::sendMgmtMsgToProcesses] " - "Invalid 'data_raw' for MGMT_EVENT_CONFIG_FILE_UPDATE\n"); + "Invalid 'data_raw' for MGMT_EVENT_CONFIG_FILE_UPDATE\n"); } ats_free(fname); break;
