summaryrefslogtreecommitdiff
path: root/pysnmp/proto/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/error.py')
-rw-r--r--pysnmp/proto/error.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/error.py b/pysnmp/proto/error.py
index 14e6b737..6d10b0c1 100644
--- a/pysnmp/proto/error.py
+++ b/pysnmp/proto/error.py
@@ -23,7 +23,7 @@ class StatusInformation(SnmpV3Error):
def __init__(self, **kwargs):
SnmpV3Error.__init__(self)
self.__errorIndication = kwargs
- debug.logger & (debug.flagDsp | debug.flagMP | debug.flagSM | debug.flagACL) and debug.logger(
+ debug.logger & (debug.FLAG_DSP | debug.FLAG_MP | debug.FLAG_SM | debug.FLAG_ACL) and debug.logger(
'StatusInformation: %s' % kwargs)
def __str__(self):