aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/logger/thread.cpp')
-rw-r--r--library/cpp/logger/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/thread.cpp b/library/cpp/logger/thread.cpp
index 0ccf9e374b..afda2404f5 100644
--- a/library/cpp/logger/thread.cpp
+++ b/library/cpp/logger/thread.cpp
@@ -112,7 +112,7 @@ public:
private:
TLogBackend* Slave_;
- TThreadPool Queue_{"ThreadedLogBack"};
+ TThreadPool Queue_{"ThreadedLogBack"};
const std::function<void()> QueueOverflowCallback_;
};