summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-07-30 20:43:41 +0200
committerIlya Etingof <etingof@gmail.com>2019-07-30 20:43:41 +0200
commit8e878277d46bc8016d64c32641b99f7c30139cee (patch)
tree9ee16d88f9afd9969dd8c8373eb8ba6bf079e8cc
parent86790dd94886c743341f598533046f112ba6aea8 (diff)
downloadpysnmp-git-8e878277d46bc8016d64c32641b99f7c30139cee.tar.gz
Fix wrong cherry-picked debug flag
-rw-r--r--pysnmp/proto/acmod/rfc3415.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/acmod/rfc3415.py b/pysnmp/proto/acmod/rfc3415.py
index 4d987666..94f711e4 100644
--- a/pysnmp/proto/acmod/rfc3415.py
+++ b/pysnmp/proto/acmod/rfc3415.py
@@ -140,7 +140,7 @@ class Vacm(object):
mibInstrumController = snmpEngine.msgAndPduDsp.mibInstrumController
mibBuilder = mibInstrumController.mibBuilder
- debug.logger & debug.flagACL and debug.logger(
+ debug.logger & debug.FLAG_ACL and debug.logger(
'isAccessAllowed: securityModel %s, securityName %s, '
'securityLevel %s, viewType %s, contextName %s for '
'variableName %s' % (securityModel, securityName,