Update src/Common/TimerDescriptor.cpp

This commit is contained in:
Kruglov Pavel 2022-07-01 16:23:20 +02:00 committed by GitHub
parent 4550acdc35
commit fe0dad5429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ void TimerDescriptor::drain() const
if (errno != EINTR)
throwFromErrno("Cannot drain timer_fd", ErrorCodes::CANNOT_READ_FROM_SOCKET);
else
LOG_DEBUG(&Poco::Logger::get("TimerDescriptor"), "EINTR");
LOG_TEST(&Poco::Logger::get("TimerDescriptor"), "EINTR");
}
}
}