diff options
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/log/Statement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
