mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 22:05:47 +00:00
common: common_funcs: Change R_UNLESS to LOG_ERROR.
This commit is contained in:
parent
1ebbfe8e3b
commit
4bb6de297f
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ __declspec(dllimport) void __stdcall DebugBreak(void);
|
|||
{ \
|
||||
if (!(expr)) { \
|
||||
if (res.IsError()) { \
|
||||
LOG_CRITICAL(Kernel, "Failed with error {}", res.raw); \
|
||||
LOG_ERROR(Kernel, "Failed with result: {}", res.raw); \
|
||||
} \
|
||||
return res; \
|
||||
} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue