improve debug
This commit is contained in:
parent
0fe0eef34d
commit
ebaf7a7f71
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue