improve debug

This commit is contained in:
Jakobus Schürz 2019-09-06 00:55:38 +02:00
parent 0fe0eef34d
commit ebaf7a7f71

View file

@ -62,7 +62,7 @@ def filterAuthorizedKeys(fp):
def writeAuthorizedKeys(path, keydir):
tmp = '%s.%d.tmp' % (path, os.getpid())
log.debug("writeAuthorizedKeys")
log.debug("writeAuthorizedKeys",tmp)
try:
in_ = file(path)
except IOError, e: