Log message for revision 41223:
  bringing deprecation of zLOG in line with Zope 2.9
  

Changed:
  U   Zope/trunk/lib/python/zLOG/__init__.py

-=-
Modified: Zope/trunk/lib/python/zLOG/__init__.py
===================================================================
--- Zope/trunk/lib/python/zLOG/__init__.py      2006-01-08 14:40:14 UTC (rev 
41222)
+++ Zope/trunk/lib/python/zLOG/__init__.py      2006-01-08 14:41:39 UTC (rev 
41223)
@@ -134,7 +134,7 @@
 
     """
     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) 
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to