We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2801ba commit 45a9faeCopy full SHA for 45a9fae
1 file changed
src/PrismaUI/InputHandler.cpp
@@ -48,7 +48,7 @@ namespace PrismaUI::InputHandler {
48
return true;
49
}
50
51
- logger::warning("Failed to initialize common controls: {}", GetLastError());
+ logger::warn("Failed to initialize common controls: {}", GetLastError());
52
return false;
53
54
0 commit comments