mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 20:56:23 +00:00
tweaked an error message
This commit is contained in:
parent
000eb0d7bb
commit
1651550b41
@ -538,9 +538,9 @@ static SOCKET_STATE send_file(buffer* buf)
|
||||
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user