changeset 518:18485105d1c3

Fix typo - see #329
author dfraser
date Fri, 13 Mar 2009 13:09:49 +0000
parents 6e38de6858c0
children 384e59137bf8
files bitten/upgrades.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/upgrades.py
+++ b/bitten/upgrades.py
@@ -330,7 +330,7 @@
         level_file.close()
         update_cursor.execute("UPDATE bitten_log SET filename=%s WHERE id=%s", (filename, log_id))
         env.log.info("Migrated log %s", log_id)
-    env.log_warning("Logs have been migrated from the database to files in %s. "
+    env.log.warning("Logs have been migrated from the database to files in %s. "
         "Ensure permissions are set correctly on this file. "
         "When you have confirmed that the migration worked correctly, "
         "you can drop the bitten_log_message table in the database (it remains as a backup)", logs_dir)
Copyright (C) 2012-2017 Edgewall Software