[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/generations/generations.py
Ugh, fixed the error message to go with the tests.
Jim Fulton
jim at zope.com
Wed Jul 28 15:48:38 EDT 2004
Log message for revision 26821:
Ugh, fixed the error message to go with the tests.
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/app/generations/generations.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/generations/generations.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/generations/generations.py 2004-07-28 19:41:55 UTC (rev 26820)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/generations/generations.py 2004-07-28 19:48:38 UTC (rev 26821)
@@ -340,7 +340,7 @@
# An unguarded handler is intended here
get_transaction().abort()
logging.getLogger('zope.app.generations').exception(
- "Failed to evolve database to gneration %d for %s",
+ "Failed to evolve database to generation %d for %s",
generation, key)
if generation < manager.minimum_generation:
More information about the Zope3-Checkins
mailing list