Skip to content

Commit 45a9fae

Browse files
committed
fix: syntax mistake
1 parent b2801ba commit 45a9fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PrismaUI/InputHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace PrismaUI::InputHandler {
4848
return true;
4949
}
5050

51-
logger::warning("Failed to initialize common controls: {}", GetLastError());
51+
logger::warn("Failed to initialize common controls: {}", GetLastError());
5252
return false;
5353
}
5454

0 commit comments

Comments
 (0)