fix improved logging

This commit is contained in:
Jakobus Schürz 2019-09-06 00:56:39 +02:00
parent ebaf7a7f71
commit 89921e7838

View file

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