diff options
author | elie <elie> | 2012-08-16 07:00:24 +0000 |
---|---|---|
committer | elie <elie> | 2012-08-16 07:00:24 +0000 |
commit | 22ba8503ceec9ed6ad8da3e37f01cb024d9bb88a (patch) | |
tree | bb638b476d877bbf74cd04c5314f0167246cb243 /pysnmp | |
parent | 9c931d05ac9a2452060cbea7590cd1da630ec7fb (diff) | |
download | pysnmp-git-22ba8503ceec9ed6ad8da3e37f01cb024d9bb88a.tar.gz |
better formatting
Diffstat (limited to 'pysnmp')
-rw-r--r-- | pysnmp/proto/rfc3412.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/rfc3412.py b/pysnmp/proto/rfc3412.py index 5ee4511c..3dd21f5e 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 |