summaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/utils/log/tls_backend_ut.cpp
diff options
context:
space:
mode:
authorspuchin <[email protected]>2022-02-10 16:48:16 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:16 +0300
commitaab7e440a1750bc0841b355dcc4f388f31e5f5e3 (patch)
treec4ea3bd0ac108e34c329b483ba6ce11e25dfd005 /ydb/library/yql/utils/log/tls_backend_ut.cpp
parent47dc960d070b29aa93972d1d49088393af89383f (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'ydb/library/yql/utils/log/tls_backend_ut.cpp')
-rw-r--r--ydb/library/yql/utils/log/tls_backend_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/utils/log/tls_backend_ut.cpp b/ydb/library/yql/utils/log/tls_backend_ut.cpp
index 6f4147fed6b..eef5d58efbc 100644
--- a/ydb/library/yql/utils/log/tls_backend_ut.cpp
+++ b/ydb/library/yql/utils/log/tls_backend_ut.cpp
@@ -51,7 +51,7 @@ private:
Y_UNIT_TEST_SUITE(TTlsLogBackendTest)
{
Y_UNIT_TEST(CaptureOutputs) {
- YqlLoggerScope logger(new TTlsLogBackend(new TNullLogBackend));
+ YqlLoggerScope logger(new TTlsLogBackend(new TNullLogBackend));
YQL_LOG(INFO) << "this message will be missed";