mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Logging cleanup
This commit is contained in:
@ -833,7 +833,7 @@ void CGameState::initNewGame(bool allowSavingRandomMap)
|
||||
}
|
||||
}
|
||||
|
||||
logGlobal->infoStream() << boost::format("Generated random map in %i ms.") % sw.getDiff();
|
||||
logGlobal->info("Generated random map in %i ms.", sw.getDiff());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user