Skip to content

Commit e81790f

Browse files
committed
massive oopsie in logs
1 parent edf57c5 commit e81790f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/KeybindManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ bool CKeybindManager::handleKeybinds(const uint32_t& modmask, const xkb_keysym_t
8989
Debug::log(ERR, "Inavlid handler in a keybind! (handler %s does not exist)", k.handler.c_str());
9090
} else {
9191
// call the dispatcher
92-
Debug::log(LOG, "Keybind triggered, calling dispatcher (%d, %s)", modmask, KBKEYUPPER);
92+
Debug::log(LOG, "Keybind triggered, calling dispatcher (%d, %d)", modmask, KBKEYUPPER);
9393
DISPATCHER->second(k.arg);
9494
}
9595

0 commit comments

Comments
 (0)