From 1ceac5c457a6d6599e7c0ced35e998903fd362ab Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 14 Nov 2011 19:47:19 -0500 Subject: [PATCH] tweak. im not really happy how logging is used for status here --- alembic/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/context.py b/alembic/context.py index b5f0e22a..752bd2dd 100644 --- a/alembic/context.py +++ b/alembic/context.py @@ -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.", -- 2.47.2