diff --git a/base/src/event_reactor.cpp b/base/src/event_reactor.cpp index 59fb61527beed8ce0cce8244afb4a048b97f0a30..b6f63e52b6d9db229fd2b825792df92e894cdad5 100644 --- a/base/src/event_reactor.cpp +++ b/base/src/event_reactor.cpp @@ -77,7 +77,7 @@ void EventReactor::RunLoop(int timeout) const while (loopReady_ && switch_) { if (demultiplexer_->Polling(timeout) == EPOLL_CRITICAL_ERROR) { - UTILS_LOGE("polling critical error occure: %{public}d", timeout); + UTILS_LOGD("polling critical error occure: %{public}d", timeout); break; } }