diff options
| author | trofimenkov <[email protected]> | 2022-02-10 16:49:31 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:31 +0300 |
| commit | 7c6139b61ced2798d1134b68b8facf6925a36b8e (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/thread.cpp | |
| parent | 30cebc2cfa79af3b577760a113e203a79450e6b6 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/thread.cpp')
| -rw-r--r-- | library/cpp/logger/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/thread.cpp b/library/cpp/logger/thread.cpp index afda2404f56..0ccf9e374be 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_; }; |
