mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-10 06:05:59 +01:00
Fix handleKeybinds debug log
This commit is contained in:
parent
ce9efb7ae3
commit
08319dd1f5
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ bool CKeybindManager::handleKeybinds(const uint32_t& modmask, const std::string&
|
|||
Debug::log(ERR, "Inavlid handler in a keybind! (handler %s does not exist)", k.handler.c_str());
|
||||
} else {
|
||||
// call the dispatcher
|
||||
Debug::log(LOG, "Keybind triggered, calling dispatcher (%d, %s)", modmask, key);
|
||||
Debug::log(LOG, "Keybind triggered, calling dispatcher (%d, %s, %d)", modmask, key, keysym);
|
||||
DISPATCHER->second(k.arg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue