diff options
author | kkabulov <kkabulov@yandex-team.ru> | 2022-02-10 16:50:13 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:13 +0300 |
commit | bd94f0cb1ab82877baa4f60df8328966d1501c9e (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/thread.h | |
parent | 0ca1406f7cdd08c3cf45b2ee1fcc2f38dd1e6d21 (diff) | |
download | ydb-bd94f0cb1ab82877baa4f60df8328966d1501c9e.tar.gz |
Restoring authorship annotation for <kkabulov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/thread.h')
-rw-r--r-- | library/cpp/logger/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/thread.h b/library/cpp/logger/thread.h index d2c96c494d3..65f7a88e87c 100644 --- a/library/cpp/logger/thread.h +++ b/library/cpp/logger/thread.h @@ -15,7 +15,7 @@ public: void WriteData(const TLogRecord& rec) override; void ReopenLog() override; void ReopenLogNoFlush() override; - size_t QueueSize() const override; + size_t QueueSize() const override; // Write an emergency message when the memory allocator is corrupted. // The TThreadedLogBackend object can't be used after this method is called. |