diff options
| -rw-r--r-- | src/common/common_funcs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h index 71d136d4a..71b64e32a 100644 --- a/src/common/common_funcs.h +++ b/src/common/common_funcs.h | |||
| @@ -98,7 +98,7 @@ __declspec(dllimport) void __stdcall DebugBreak(void); | |||
| 98 | { \ | 98 | { \ |
| 99 | if (!(expr)) { \ | 99 | if (!(expr)) { \ |
| 100 | if (res.IsError()) { \ | 100 | if (res.IsError()) { \ |
| 101 | LOG_CRITICAL(Kernel, "Failed with error {}", res.raw); \ | 101 | LOG_ERROR(Kernel, "Failed with result: {}", res.raw); \ |
| 102 | } \ | 102 | } \ |
| 103 | return res; \ | 103 | return res; \ |
| 104 | } \ | 104 | } \ |