From 5d0ec7f4d75f3df77540d1a6e2eb6ed76dec35ca Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Tue, 5 Jun 2012 19:46:12 +0000 Subject: adjust category pairing list to get avoid Undefined log entries git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3902@1346550 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qpid/log/Statement.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qpid/cpp/include/qpid/log/Statement.h b/qpid/cpp/include/qpid/log/Statement.h index b379afac90..610bfa077a 100644 --- a/qpid/cpp/include/qpid/log/Statement.h +++ b/qpid/cpp/include/qpid/log/Statement.h @@ -120,6 +120,7 @@ public: hintList.push_back(std::make_pair("management", management)); hintList.push_back(std::make_pair("qmf", management)); hintList.push_back(std::make_pair("console", management)); + hintList.push_back(std::make_pair("Management", management)); hintList.push_back(std::make_pair("cluster", ha)); hintList.push_back(std::make_pair("qpid/ha", ha)); @@ -131,6 +132,8 @@ public: hintList.push_back(std::make_pair("SessionState",broker)); hintList.push_back(std::make_pair("DataDir", broker)); hintList.push_back(std::make_pair("qpidd", broker)); + hintList.push_back(std::make_pair("xml", broker)); + hintList.push_back(std::make_pair("QpidBroker", broker)); hintList.push_back(std::make_pair("store", store)); -- cgit v1.2.1