aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/backend.cpp
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/backend.cpp
parent722bfc2c9c4263c00996f34f08e7f97f30c8d220 (diff)
downloadydb-0ca1406f7cdd08c3cf45b2ee1fcc2f38dd1e6d21.tar.gz
Restoring authorship annotation for <kkabulov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/backend.cpp')
-rw-r--r--library/cpp/logger/backend.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/logger/backend.cpp b/library/cpp/logger/backend.cpp
index b26bf5e88ce..ae604258576 100644
--- a/library/cpp/logger/backend.cpp
+++ b/library/cpp/logger/backend.cpp
@@ -2,7 +2,7 @@
#include <util/generic/vector.h>
#include <util/system/mutex.h>
#include <util/generic/singleton.h>
-#include <util/generic/yexception.h>
+#include <util/generic/yexception.h>
namespace {
class TGlobalLogsStorage {
@@ -65,7 +65,7 @@ void TLogBackend::ReopenLogNoFlush() {
void TLogBackend::ReopenAllBackends(bool flush) {
Singleton<TGlobalLogsStorage>()->Reopen(flush);
}
-
-size_t TLogBackend::QueueSize() const {
- ythrow yexception() << "Not implemented.";
-}
+
+size_t TLogBackend::QueueSize() const {
+ ythrow yexception() << "Not implemented.";
+}