mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 02:05:59 +01:00
format
This commit is contained in:
parent
1640958e37
commit
ba13707b37
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue