Skip to content

Commit

Permalink
* returning the correct old value for LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Jul 11, 2006
1 parent 93d87a9 commit 5350e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZCatalog.py
Expand Up @@ -49,7 +49,7 @@
logger = logging.getLogger('Zope.ZCatalog')

# BBB: some products apparently import 'LOG' from here! Gone in 2.10.
from zLOG import LOG
LOG = logger

manage_addZCatalogForm=DTMLFile('dtml/addZCatalog',globals())

Expand Down

0 comments on commit 5350e0e

Please sign in to comment.