summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2012-08-16 07:00:24 +0000
committerelie <elie>2012-08-16 07:00:24 +0000
commit07a6d5be43e4d1299c847eb1a0e3ac5c1b9f210f (patch)
tree7846232810cf41290bef67509f7be411e8dd357e
parent935e6c07316beeb50d90e011c9ae3b9311948647 (diff)
downloadpysnmp-07a6d5be43e4d1299c847eb1a0e3ac5c1b9f210f.tar.gz
better formatting
-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 5ee4511..3dd21f5 100644
--- a/pysnmp/proto/rfc3412.py
+++ b/pysnmp/proto/rfc3412.py
@@ -56,7 +56,7 @@ class MsgAndPduDispatcher:
k = (contextEngineId, pduType)
if k in self.__appsRegistration:
raise error.ProtocolError(
- 'Duplicate registration %s/%s' % (contextEngineId, pduType)
+ 'Duplicate registration %r/%s' % (contextEngineId, pduType)
)
# 4.3.4