mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Reduce redundant logging
This commit is contained in:
parent
9291e4993a
commit
0cf93e7114
@ -258,7 +258,10 @@ void FileSegment::resetDownloader()
|
||||
|
||||
void FileSegment::resetDownloaderUnlocked(const FileSegmentGuard::Lock &)
|
||||
{
|
||||
// LOG_TEST(log, "Resetting downloader from {}", downloader_id);
|
||||
if (downloader_id.empty())
|
||||
return;
|
||||
|
||||
LOG_TEST(log, "Resetting downloader from {}", downloader_id);
|
||||
downloader_id.clear();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user