From 53e613ed99692945b68d389b0b32c66bfb2d2ac5 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Tue, 12 Jun 2012 17:54:16 +0000 Subject: QPID-3902 Log categories Change "IO" to "Network", "AMQP" to "Protocol", and add "Client" category. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1349457 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/log/Statement.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/log/Statement.cpp b/qpid/cpp/src/qpid/log/Statement.cpp index 56ee581c80..b0a58fabe7 100644 --- a/qpid/cpp/src/qpid/log/Statement.cpp +++ b/qpid/cpp/src/qpid/log/Statement.cpp @@ -142,8 +142,8 @@ const char* names[LevelTraits::COUNT] = { }; const char* catNames[CategoryTraits::COUNT] = { - "Security", "Broker", "Management", "Amqp", "System", "HA", "Messaging", - "Store", "IO", "Test", "Unspecified" + "Security", "Broker", "Management", "Protocol", "System", "HA", "Messaging", + "Store", "Network", "Test", "Client", "Unspecified" }; } // namespace -- cgit v1.2.1