summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2012-06-05 19:46:12 +0000
committerCharles E. Rolke <chug@apache.org>2012-06-05 19:46:12 +0000
commit5d0ec7f4d75f3df77540d1a6e2eb6ed76dec35ca (patch)
tree40a389f82e121e288105c3183ffce9c335e55f40
parent870873220ea769ea9ed2ab71ece988ef9995ccbb (diff)
downloadqpid-python-qpid-3902.tar.gz
adjust category pairing list to get avoid Undefined log entriesqpid-3902
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3902@1346550 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/include/qpid/log/Statement.h3
1 files changed, 3 insertions, 0 deletions
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));