fix improved logging
This commit is contained in:
parent
ebaf7a7f71
commit
89921e7838
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def filterAuthorizedKeys(fp):
|
||||||
|
|
||||||
def writeAuthorizedKeys(path, keydir):
|
def writeAuthorizedKeys(path, keydir):
|
||||||
tmp = '%s.%d.tmp' % (path, os.getpid())
|
tmp = '%s.%d.tmp' % (path, os.getpid())
|
||||||
log.debug("writeAuthorizedKeys",tmp)
|
log.debug("writeAuthorizedKeys " + str(tmp) )
|
||||||
try:
|
try:
|
||||||
in_ = file(path)
|
in_ = file(path)
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
|
|
Loading…
Reference in a new issue