You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2012/10/26 15:31:13 UTC

[jira] [Created] (QPID-4397) C++ Broker Improve log statement for expired messages

Chuck Rolke created QPID-4397:
---------------------------------

             Summary: C++ Broker Improve log statement for expired messages
                 Key: QPID-4397
                 URL: https://issues.apache.org/jira/browse/QPID-4397
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
    Affects Versions: 0.18
            Reporter: Chuck Rolke
            Assignee: Chuck Rolke


Log statements for expired messages contain no information about what message was expired. The proposal is to add something about the message to the log statement.

Change:
QPID_LOG(debug, "Message expired from queue '" << name << "'");

To:
QPID_LOG(debug, "Message '" << msg << "' expired from queue '" << name "'");


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org