diff options
| author | Alan Conway <aconway@apache.org> | 2010-08-26 21:12:54 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-08-26 21:12:54 +0000 |
| commit | 0844144e5b93bfd25be1d5ebb3d43bc789b49a29 (patch) | |
| tree | cf883fe9c82498246e352ecb3a18942429d66083 /cpp/src/qpid/broker/SessionState.cpp | |
| parent | 63ad7500ad6d7a98a046d31e3d8d0280cfb754d8 (diff) | |
| download | qpid-python-0844144e5b93bfd25be1d5ebb3d43bc789b49a29.tar.gz | |
Give timer tasks a name for logging purposes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@989925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SessionState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index 426ef190dd..6f02399795 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -213,7 +213,7 @@ struct ScheduledCreditTask : public sys::TimerTask { SessionState& sessionState; ScheduledCreditTask(const qpid::sys::Duration& d, sys::Timer& t, SessionState& s) : - TimerTask(d), + TimerTask(d,"ScheduledCredit"), timer(t), sessionState(s) {} |
