|
@@ -642,7 +642,7 @@ try_select_again:
|
|
return;
|
|
return;
|
|
goto try_select_again;
|
|
goto try_select_again;
|
|
}
|
|
}
|
|
- dbgln_if(EVENTLOOP_DEBUG, "Core::EventLoop::wait_for_event: {} ({}: {})", marked_fd_count, saved_errno, strerror(saved_errno));
|
|
|
|
|
|
+ dbgln("Core::EventLoop::wait_for_event: {} ({}: {})", marked_fd_count, saved_errno, strerror(saved_errno));
|
|
VERIFY_NOT_REACHED();
|
|
VERIFY_NOT_REACHED();
|
|
}
|
|
}
|
|
if (FD_ISSET(s_wake_pipe_fds[0], &rfds)) {
|
|
if (FD_ISSET(s_wake_pipe_fds[0], &rfds)) {
|