Fix copy-paste that made gitosis.gitweb use wrong logger.
This commit is contained in:
parent
810179e4d4
commit
ea9ee97046
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def generate_fp(config, fp):
|
||||||
:param fp: writable for ``projects.list``
|
:param fp: writable for ``projects.list``
|
||||||
:type fp: (file-like, anything with ``.write(data)``)
|
:type fp: (file-like, anything with ``.write(data)``)
|
||||||
"""
|
"""
|
||||||
log = logging.getLogger('gitosis.access.haveAccess')
|
log = logging.getLogger('gitosis.gitweb')
|
||||||
|
|
||||||
repositories = util.getRepositoryDir(config)
|
repositories = util.getRepositoryDir(config)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue