diff options
author | timestep <[email protected]> | 2022-02-10 16:49:17 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:17 +0300 |
commit | 38b4bd28ca420294f532ac7ca6b2770d60e3dfd0 (patch) | |
tree | 7570cb7cabf97af7ecb6ffe485e8037d516daa29 /library/cpp/logger/system.cpp | |
parent | a0ffafe83b7d6229709a32fa942c71d672ac989c (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/system.cpp')
-rw-r--r-- | library/cpp/logger/system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/system.cpp b/library/cpp/logger/system.cpp index 42233f63d25..25e3d8fd4e9 100644 --- a/library/cpp/logger/system.cpp +++ b/library/cpp/logger/system.cpp @@ -76,7 +76,7 @@ namespace { class TSysLogInstance: public TLog { public: inline TSysLogInstance() - : TLog(MakeHolder<TStreamLogBackend>(&Cnull)) + : TLog(MakeHolder<TStreamLogBackend>(&Cnull)) { } }; |