sys_process_is_spu_lock_line_reservation_address

Formatting changed a bit
This commit is contained in:
Nekotekina 2014-09-17 17:15:17 +04:00
parent 626133c0eb
commit 0044141631
17 changed files with 72 additions and 81 deletions

View file

@ -269,7 +269,7 @@ void Emulator::Load()
}
catch(const std::string& e)
{
LOG_ERROR(LOADER, e);
LOG_ERROR(LOADER, "%s", e.c_str());
is_error = true;
}
catch(...)