Commit a91bbc42 authored by Andreas Jung's avatar Andreas Jung

bringing deprecation of zLOG in line with Zope 2.9

parent 17556ac1
......@@ -134,7 +134,7 @@ def LOG(subsystem, severity, summary, detail='', error=None, reraise=None):
"""
warnings.warn('The zLOG package is deprecated and will be removed in '
'Zope 2.12. Use the Python logging module instead.',
'Zope 2.11. Use the Python logging module instead.',
DeprecationWarning,
stacklevel=2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment