mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
PPCSymbolDB: Replace alert with LOG message
This commit is contained in:
parent
0bfeb37a1f
commit
9b8866ba78
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue