Updated Branches: refs/heads/master 35009fa5f -> 56ac751ef
TS-1079 One more (retarded) fix ... Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/56ac751e Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/56ac751e Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/56ac751e Branch: refs/heads/master Commit: 56ac751ef718521a8181791dd6a74b93ebaa924d Parents: 35009fa Author: Leif Hedstrom <[email protected]> Authored: Mon Apr 9 19:51:54 2012 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Mon Apr 9 19:51:54 2012 -0600 ---------------------------------------------------------------------- mgmt/api/TSControlMain.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/56ac751e/mgmt/api/TSControlMain.cc ---------------------------------------------------------------------- diff --git a/mgmt/api/TSControlMain.cc b/mgmt/api/TSControlMain.cc index 725272b..a7000d5 100644 --- a/mgmt/api/TSControlMain.cc +++ b/mgmt/api/TSControlMain.cc @@ -984,7 +984,7 @@ handle_diags(struct SocketInfo sock_info, char *req) } if (diags_init) { - diags->print("TSMgmtAPI", DTA(level), diag_msg); + diags->print("TSMgmtAPI", DTA(level), "%s", diag_msg); ats_free(diag_msg); return; }
