mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update src/Common/TimerDescriptor.cpp
This commit is contained in:
parent
4550acdc35
commit
fe0dad5429
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user