Make a logger statement more specific.

feature/documentation-builds-html
Isis Lovecruft 2013-04-15 01:19:49 +00:00
parent a74a5ded93
commit 394dca8ddc
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ def _is_allowed(input):
'_allowed is not subset of known options, difference: %s' \
% _allowed.difference(_possible)
except AssertionError as ae:
logger.debug("gnupg._is_allowed(): %s" % ae.message)
logger.debug("_is_allowed(): %s" % ae.message)
raise UsageError(ae.message)
## if we got a list of args, join them