Skip to content

Commit

Permalink
Fix copy-paste that made gitosis.gitweb use wrong logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
tv42 committed Nov 15, 2007
1 parent 810179e commit ea9ee97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitosis/gitweb.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit ea9ee97

Please sign in to comment.