Author: soliton
Date: Tue May 19 21:02:05 2009
New Revision: 35757

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35757&view=rev
Log:
tweaked an error message

Modified:
    trunk/src/network_worker.cpp

Modified: trunk/src/network_worker.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/network_worker.cpp?rev=35757&r1=35756&r2=35757&view=diff
==============================================================================
--- trunk/src/network_worker.cpp (original)
+++ trunk/src/network_worker.cpp Tue May 19 21:02:05 2009
@@ -538,9 +538,9 @@
 
        }
        if (upto != filesize && !file_stream->good()) {
-               ERR_NW << "send_file failed because stream not good from file "
-                       << buf->config_error << " upto: " << upto
-                       << " size: " << filesize << "\n";
+               ERR_NW << "send_file failed because the stream from file '"
+                       << buf->config_error << "' is not good. Sent up to: " 
<< upto
+                       << " of file size: " << filesize << "\n";
        }
        return result;
 }


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

Reply via email to