mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
fix(core): demote often occuring log message
This commit is contained in:
parent
6f2aeaf040
commit
776400000b
@ -991,8 +991,8 @@ UA_EventLoopPOSIX_pollFDs(UA_EventLoopPOSIX *el, UA_DateTime listenTimeout) {
|
||||
if(events == -1) {
|
||||
if(errno == EINTR) {
|
||||
/* We will retry, only log the error */
|
||||
UA_LOG_WARNING(el->eventLoop.logger, UA_LOGCATEGORY_EVENTLOOP,
|
||||
"Timeout during poll");
|
||||
UA_LOG_DEBUG(el->eventLoop.logger, UA_LOGCATEGORY_EVENTLOOP,
|
||||
"Timeout during poll");
|
||||
return UA_STATUSCODE_GOOD;
|
||||
}
|
||||
UA_LOG_SOCKET_ERRNO_WRAP(
|
||||
|
Loading…
Reference in New Issue
Block a user