Demote PRX export already loaded error

This commit is contained in:
Eladash 2022-12-24 19:31:54 +02:00 committed by Ivan
parent 820e692e57
commit ee8cd82e9d
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ static auto ppu_load_exports(ppu_linkage_info* link, u32 exports_start, u32 expo
if (flink.export_addr)
{
ppu_loader.error("Already linked function '%s' in module '%s'", ppu_get_function_name(module_name, fnid), module_name);
ppu_loader.notice("Already linked function '%s' in module '%s'", ppu_get_function_name(module_name, fnid), module_name);
}
//else
{