Author: soliton
Date: Mon Jun 29 18:37:10 2009
New Revision: 36461

URL: http://svn.gna.org/viewcvs/wesnoth?rev=36461&view=rev
Log:
made verbose output readable

Modified:
    branches/1.6/data/tools/wesnoth/campaignserver_client.py

Modified: branches/1.6/data/tools/wesnoth/campaignserver_client.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/data/tools/wesnoth/campaignserver_client.py?rev=36461&r1=36460&r2=36461&view=diff
==============================================================================
--- branches/1.6/data/tools/wesnoth/campaignserver_client.py (original)
+++ branches/1.6/data/tools/wesnoth/campaignserver_client.py Mon Jun 29 
18:37:10 2009
@@ -442,7 +442,7 @@
                 contents = contents.get_value()
             if verbose:
                 sys.stderr.write(i * " " + name + " (" +
-                      str(len(contents)) + ")")
+                      str(len(contents)) + ")\n")
             save = file( os.path.join(path, name), "wb")
 
             # We MUST un-escape our data


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

Reply via email to