debug added
This commit is contained in:
parent
2cb9ed308a
commit
0fe0eef34d
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +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")
|
||||||
try:
|
try:
|
||||||
in_ = file(path)
|
in_ = file(path)
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
|
|
Loading…
Reference in a new issue