aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitosis/gitweb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitosis/gitweb.py b/gitosis/gitweb.py
index 1682a05..419cc39 100644
--- a/gitosis/gitweb.py
+++ b/gitosis/gitweb.py
@@ -47,7 +47,7 @@ def generate_fp(config, fp):
:param fp: writable for ``projects.list``
:type fp: (file-like, anything with ``.write(data)``)
"""
- log = logging.getLogger('gitosis.access.haveAccess')
+ log = logging.getLogger('gitosis.gitweb')
repositories = util.getRepositoryDir(config)