Revert a wrong piece of code from 63e42fbd31. Refs #3293

This was SVN commit r16965.
This commit is contained in:
Nicolas Auvray 2015-08-30 20:32:22 +00:00
parent 1a15131d2d
commit 8a8a3b8377

View File

@ -259,7 +259,7 @@ void CNetTurnManager::DisplayOOSError(u32 turn, const CStr& hash, const CStr& ex
msg << "\n\n" << "Your game state is " << (expectedHash == hash ? "identical to" : "different from") << " the hosts game state.";
if (path)
msg << "\n\n" << "Dumping current state to " << OsString(OsPath(*path));
msg << "\n\n" << "Dumping current state to " << utf8_from_wstring(OsPath(*path).string());
LOGERROR("%s", msg.str());