summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc3412.py
diff options
context:
space:
mode:
authorelie <elie>2010-07-10 08:50:44 +0000
committerelie <elie>2010-07-10 08:50:44 +0000
commit2476dc5084cdba361adfd7e75f8f0b085cbb0fa8 (patch)
tree589bcbc44fbd46a0a3cbe6d252cee5833daa7628 /pysnmp/proto/rfc3412.py
parent32aa05a37f43e73edbe016e397e10d59a979dc8d (diff)
downloadpysnmp-git-2476dc5084cdba361adfd7e75f8f0b085cbb0fa8.tar.gz
log sendPdu() callback context in debug mode
Diffstat (limited to 'pysnmp/proto/rfc3412.py')
-rw-r--r--pysnmp/proto/rfc3412.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/rfc3412.py b/pysnmp/proto/rfc3412.py
index 04b2d697..62170557 100644
--- a/pysnmp/proto/rfc3412.py
+++ b/pysnmp/proto/rfc3412.py
@@ -154,7 +154,7 @@ class MsgAndPduDispatcher:
expectResponse=expectResponse
)
- debug.logger & debug.flagDsp and debug.logger('sendPdu: new sendPduHandle %s' % sendPduHandle)
+ debug.logger & debug.flagDsp and debug.logger('sendPdu: new sendPduHandle %s, context %s' % (sendPduHandle, expectResponse))
# 4.1.1.4 & 4.1.1.5
try: