debug added

This commit is contained in:
Jakobus Schürz 2019-09-06 00:52:33 +02:00
parent 2cb9ed308a
commit 0fe0eef34d

View file

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