Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
phonetic112 committed Jun 21, 2024
1 parent 1640958 commit ba13707
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/debug/HyprCtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ba13707

Please sign in to comment.