PPCSymbolDB: Replace alert with LOG message

This commit is contained in:
Sepalani 2018-04-10 09:34:29 +04:00
parent 0bfeb37a1f
commit 9b8866ba78
1 changed files with 1 additions and 2 deletions

View File

@ -405,8 +405,7 @@ bool PPCSymbolDB::LoadMap(const std::string& filename, bool bad)
}
Index();
if (bad)
SuccessAlertT("Loaded %d good functions, ignored %d bad functions.", good_count, bad_count);
NOTICE_LOG(SYMBOLS, "%d symbols loaded, %d symbols ignored.", good_count, bad_count);
return true;
}