Make a logger statement more explicit.

feature/documentation-builds-html
Isis Lovecruft 2013-04-15 00:43:07 +00:00
parent 0b54d68e6a
commit 273b5c8635
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,8 @@ def _write_passphrase(stream, passphrase, encoding):
passphrase = '%s\n' % passphrase
passphrase = passphrase.encode(encoding)
stream.write(passphrase)
logger.debug("Wrote passphrase.")
logger.debug("_write_passphrase(): Wrote passphrase.")
class GPG(object):