mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Format the function name out instead
This commit is contained in:
parent
1bd1ef6330
commit
aa332bad8a
@ -34,7 +34,7 @@ int LauncherMain(HINSTANCE hInstance)
|
||||
SpdLog_PostInit();
|
||||
|
||||
int results = v_LauncherMain(hInstance);
|
||||
spdlog::info("LauncherMain returned: {:s}\n", ExitCodeToString(results));
|
||||
spdlog::info("{:s} returned: {:s}\n", __FUNCTION__, ExitCodeToString(results));
|
||||
return results;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user