aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/log.h
diff options
context:
space:
mode:
authorkkabulov <kkabulov@yandex-team.ru>2022-02-10 16:50:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:13 +0300
commit0ca1406f7cdd08c3cf45b2ee1fcc2f38dd1e6d21 (patch)
tree1e62faae41a40647277210bc498b6f23c583ad05 /library/cpp/logger/log.h
parent722bfc2c9c4263c00996f34f08e7f97f30c8d220 (diff)
downloadydb-0ca1406f7cdd08c3cf45b2ee1fcc2f38dd1e6d21.tar.gz
Restoring authorship annotation for <kkabulov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/log.h')
-rw-r--r--library/cpp/logger/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/log.h b/library/cpp/logger/log.h
index 8be984ccc8d..54b786d54d8 100644
--- a/library/cpp/logger/log.h
+++ b/library/cpp/logger/log.h
@@ -75,7 +75,7 @@ public:
// Call `ReopenLogNoFlush()` of the underlying backend.
void ReopenLogNoFlush();
// Call `QueueSize()` of the underlying backend.
- size_t BackEndQueueSize() const;
+ size_t BackEndQueueSize() const;
// Set log default priority.
// NOTE: not thread safe.