Author: esr
Date: Mon Apr 23 23:43:08 2007
New Revision: 17015

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17015&view=rev
Log:
Improved progress messages.

Modified:
    trunk/data/tools/upconvert

Modified: trunk/data/tools/upconvert
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/upconvert?rev=17015&r1=17014&r2=17015&view=diff
==============================================================================
--- trunk/data/tools/upconvert (original)
+++ trunk/data/tools/upconvert Mon Apr 23 23:43:08 2007
@@ -200,7 +200,7 @@
             if not modified:
                 # Nothing changed, move the backup file back into place.
                 os.rename(fn + "-bak", fn)
-            elif 'maps' in fn:
-                print "%s modified."
+        if modified and 'maps' in fn:
+            print "%s modified." % fn
 
 # upconvert ends here


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to