early-access version 1393

This commit is contained in:
pineappleEA
2021-01-29 07:48:33 +01:00
parent 05304127e5
commit 20a3b9c2b1
7 changed files with 26 additions and 7 deletions

View File

@@ -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; \
} \