--- /south/management/commands/convert_to_south_061.py	Mon Oct 12 13:05:01 2009
+++ /south/management/commands/convert_to_south.py	Mon Oct 12 13:05:38 2009
@@ -63,3 +63,3 @@
         print "App '%s' converted. Note that South assumed the application's models matched the database" % app
-        print "(i.e. you haven't changed it since last syncdb); if you have, you should delete the %s/migrations"
+        print "(i.e. you haven't changed it since last syncdb); if you have, you should delete the %s/migrations" % app
         print "directory, revert models.py so it matches the database, and try again."

