diff options
author | spuchin <[email protected]> | 2022-02-10 16:48:17 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:17 +0300 |
commit | 6238988d0cc5068b8e6f61abe8dac4c6817720ad (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /ydb/library/yql/utils/log/tls_backend_ut.cpp | |
parent | aab7e440a1750bc0841b355dcc4f388f31e5f5e3 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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.cpp | 2 |
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 eef5d58efbc..6f4147fed6b 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"; |