Author: soliton
Date: Mon Jun 29 18:38:51 2009
New Revision: 36464
URL: http://svn.gna.org/viewcvs/wesnoth?rev=36464&view=rev
Log:
made verbose output readable
Modified:
trunk/data/tools/wesnoth/campaignserver_client.py
Modified: trunk/data/tools/wesnoth/campaignserver_client.py
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wesnoth/campaignserver_client.py?rev=36464&r1=36463&r2=36464&view=diff
==============================================================================
--- trunk/data/tools/wesnoth/campaignserver_client.py (original)
+++ trunk/data/tools/wesnoth/campaignserver_client.py Mon Jun 29 18:38:51 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