aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/log.h
diff options
context:
space:
mode:
authorvarvar4ik <varvar4ik@yandex-team.ru>2022-02-10 16:50:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:12 +0300
commitf5256e2807bd0fc8626a4ce002a83b9b13860269 (patch)
treeaabfc2cd4e19e47ba787880ae1834c7ccbc09916 /library/cpp/logger/log.h
parentbd077d09a08e659195376ee97dc24728bb554246 (diff)
downloadydb-f5256e2807bd0fc8626a4ce002a83b9b13860269.tar.gz
Restoring authorship annotation for <varvar4ik@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..4b29ee69a74 100644
--- a/library/cpp/logger/log.h
+++ b/library/cpp/logger/log.h
@@ -73,7 +73,7 @@ public:
// Call `ReopenLog()` of the underlying backend.
void ReopenLog();
// Call `ReopenLogNoFlush()` of the underlying backend.
- void ReopenLogNoFlush();
+ void ReopenLogNoFlush();
// Call `QueueSize()` of the underlying backend.
size_t BackEndQueueSize() const;