1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

[tests] Relaxed logging

This commit is contained in:
AlexVinS
2016-08-11 11:06:06 +03:00
parent 25fd4d85e2
commit 379331fc73
3 changed files with 14 additions and 10 deletions

View File

@ -31,7 +31,7 @@ CVcmiTestConfig::CVcmiTestConfig()
settings.init();
logConfig.configure();
loadDLLClasses();
logGlobal->infoStream() << "Initialized global test setup.";
logGlobal->info("Initialized global test setup.");
const std::string TEST_DATA_DIR = "test/";