diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-07-13 15:08:56 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-07-13 15:08:56 +0000 |
| commit | 6620183579be1eeffd8d07a5dc094c49c8379195 (patch) | |
| tree | 190d01186baa7a32fd1143b9c3cbf0a7d17a85d3 /cpp/src/qpid/log/Statement.cpp | |
| parent | 8e13ae9cac2e0209ef49d05e064813b5b9f4f27c (diff) | |
| download | qpid-python-6620183579be1eeffd8d07a5dc094c49c8379195.tar.gz | |
QPID-4079 log entries track managed object life cycles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1361262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/log/Statement.cpp')
| -rw-r--r-- | cpp/src/qpid/log/Statement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/log/Statement.cpp b/cpp/src/qpid/log/Statement.cpp index b0a58fabe7..09ef458547 100644 --- a/cpp/src/qpid/log/Statement.cpp +++ b/cpp/src/qpid/log/Statement.cpp @@ -143,7 +143,7 @@ const char* names[LevelTraits::COUNT] = { const char* catNames[CategoryTraits::COUNT] = { "Security", "Broker", "Management", "Protocol", "System", "HA", "Messaging", - "Store", "Network", "Test", "Client", "Unspecified" + "Store", "Network", "Test", "Client", "Model", "Unspecified" }; } // namespace |
