aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authormikapy <mikapy@yandex-team.ru>2022-02-10 16:50:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:13 +0300
commit3b91de0350e91761c748f299647ad66e03a0acb3 (patch)
tree19892f3e05c49740dcc8a04c061add53e7723ce7 /library/cpp
parentc1fc12057772730209766bc9bd09ed842310b1c8 (diff)
downloadydb-3b91de0350e91761c748f299647ad66e03a0acb3.tar.gz
Restoring authorship annotation for <mikapy@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/logger/log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/log.cpp b/library/cpp/logger/log.cpp
index e1d70cc3d2..fb9c8aa492 100644
--- a/library/cpp/logger/log.cpp
+++ b/library/cpp/logger/log.cpp
@@ -94,7 +94,7 @@ public:
inline void CloseLog() noexcept {
Backend_.Destroy();
-
+
Y_ASSERT(!IsOpen());
}