This commit is contained in:
Richard Bainesly 2024-06-21 17:42:44 -04:00
parent 1640958e37
commit ba13707b37

View file

@ -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);
}