diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index d0998c54..9a8c9c47 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -1831,9 +1831,7 @@ int hyprCtlFDTick(int fd, uint32_t mask, void* data) { if (iss >> val) { try { runWritingDebugLogThread(ACCEPTEDCONNECTION, std::stoi(val)); - } catch (std::invalid_argument& e) { - Debug::log(ERR, "Error in rollinglog request: {}", e.what()); - } + } catch (std::invalid_argument& e) { Debug::log(ERR, "Error in rollinglog request: {}", e.what()); } } else { runWritingDebugLogThread(ACCEPTEDCONNECTION); }