logging added
This commit is contained in:
parent
a3a565ed27
commit
d98c6cc974
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ def generatePrincipals(keys):
|
|||
|
||||
yield COMMENT
|
||||
for (user) in keys:
|
||||
log.debug(TEMPLATE % dict(user=user))
|
||||
yield TEMPLATE % dict(user=user)
|
||||
|
||||
_COMMAND_RE = re.compile('^command="(/[^ "]+/)?gitosis-serve [^"]+",no-port-forw'
|
||||
|
|
Loading…
Reference in a new issue