]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
tweak. im not really happy how logging is used for status here
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Nov 2011 00:47:19 +0000 (19:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Nov 2011 00:47:19 +0000 (19:47 -0500)
alembic/context.py

index b5f0e22aea801610e0dc752b8193b5f0164444a9..752bd2ddfbb5fda3e68657c59ab9efbd4b5719cf 100644 (file)
@@ -70,7 +70,7 @@ class Context(object):
                     )
 
     def run_migrations(self, **kw):
-        log.info("Context class %s.", self.__class__.__name__)
+        log.info("Context impl %s.", self.impl.__class__.__name__)
         if self.as_sql:
             log.info("Generating static SQL")
         log.info("Will assume %s DDL.",