diff options
| author | Ted Ross <tross@apache.org> | 2009-06-25 15:59:00 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-06-25 15:59:00 +0000 |
| commit | 35a97b0cf995af29b85aa47b8c08612ad8d72830 (patch) | |
| tree | aab4d5720055dbc55b5beba283fe0697d6f6440a /qpid/cpp/src | |
| parent | b54062a972bd3fe7e4a9e98131abffa546495097 (diff) | |
| download | qpid-python-35a97b0cf995af29b85aa47b8c08612ad8d72830.tar.gz | |
Added one missing trace log
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@788408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/management/ManagementAgent.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/management/ManagementAgent.cpp b/qpid/cpp/src/qpid/management/ManagementAgent.cpp index 241224dc94..190e1d5778 100644 --- a/qpid/cpp/src/qpid/management/ManagementAgent.cpp +++ b/qpid/cpp/src/qpid/management/ManagementAgent.cpp @@ -661,6 +661,8 @@ void ManagementAgent::handleClassIndLH (Buffer& inBuffer, string replyToKey, uin outLen = MA_BUFFER_SIZE - outBuffer.available (); outBuffer.reset (); sendBuffer (outBuffer, outLen, dExchange, replyToKey); + QPID_LOG(debug, "SEND SchemaRequest class=" << packageName << ":" << key.name << "(" << Uuid(key.hash) << + "), to=" << replyToKey << " seq=" << sequence); if (cIter != pIter->second.end()) pIter->second.erase(key); @@ -873,7 +875,6 @@ void ManagementAgent::handleAttachRequestLH (Buffer& inBuffer, string replyToKey outLen = MA_BUFFER_SIZE - outBuffer.available (); outBuffer.reset (); sendBuffer (outBuffer, outLen, dExchange, replyToKey); - QPID_LOG(debug, "SEND AttachResponse brokerBank=" << brokerBank << " agentBank=" << assignedBank << " to=" << replyToKey << " seq=" << sequence); } |
