# HG changeset patch # User dfraser # Date 1236949789 0 # Node ID 18485105d1c3e3c71bffa5a31c6abaddb9f8e41e # Parent 6e38de6858c087a2df055aaa2f88b5c2a5b7353d Fix typo - see #329 diff --git a/bitten/upgrades.py b/bitten/upgrades.py --- 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)