Replaced cout with SHLOG

This commit is contained in:
Diren D Bharwani 2022-10-28 16:25:57 +08:00
parent 5bcf20142e
commit 270f69572c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace SHADE
{
system.second->Init();
#ifdef _DEBUG
std::cout << system.first << " Init" << std::endl;
SHLOG_INFO("Initialising System {}...", system.first)
#endif
}
}