mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 04:45:57 +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) {
|
if (iss >> val) {
|
||||||
try {
|
try {
|
||||||
runWritingDebugLogThread(ACCEPTEDCONNECTION, std::stoi(val));
|
runWritingDebugLogThread(ACCEPTEDCONNECTION, std::stoi(val));
|
||||||
} catch (std::invalid_argument& e) {
|
} catch (std::invalid_argument& e) { Debug::log(ERR, "Error in rollinglog request: {}", e.what()); }
|
||||||
Debug::log(ERR, "Error in rollinglog request: {}", e.what());
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
runWritingDebugLogThread(ACCEPTEDCONNECTION);
|
runWritingDebugLogThread(ACCEPTEDCONNECTION);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue