From 16aef55319ec5f095ccfc59117c96c3a3b68e2ed Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sun, 2 Jun 2024 14:01:34 +0200 Subject: [PATCH] reword log --- src/GestureManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GestureManager.cpp b/src/GestureManager.cpp index 686c1fa..3323c2e 100644 --- a/src/GestureManager.cpp +++ b/src/GestureManager.cpp @@ -178,7 +178,7 @@ bool GestureManager::handleDragGesture(const DragGesture& gev) { // pressed only matters for mouse binds: only start of drag gestures should set it to true bool GestureManager::handleGestureBind(std::string bind, bool pressed) { bool found = false; - Debug::log(LOG, "[hyprgrass] Gesture Triggered: {}", bind); + Debug::log(LOG, "[hyprgrass] Looking for binds matching: {}", bind); auto allBinds = std::ranges::views::join(std::array{g_pKeybindManager->m_lKeybinds, this->internalBinds});