diff options
| author | Oleg Sidorkin <[email protected]> | 2022-02-10 16:49:36 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:36 +0300 |
| commit | 5ce74d4fee2d42a4b86efc02dfdc704d458760e1 (patch) | |
| tree | f16a3558ca40d453a1c6a2ed764bd75d64cffade /library/cpp/logger/log.cpp | |
| parent | cd33f9aa8461f8e2b0b9e68efbb6bc9856197dc9 (diff) | |
Restoring authorship annotation for Oleg Sidorkin <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/log.cpp')
| -rw-r--r-- | library/cpp/logger/log.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/logger/log.cpp b/library/cpp/logger/log.cpp index e1d70cc3d28..98aff73b39d 100644 --- a/library/cpp/logger/log.cpp +++ b/library/cpp/logger/log.cpp @@ -178,8 +178,8 @@ void TLog::AddLogVAList(const char* format, va_list lst) { void TLog::ReopenLog() { if (const auto copy = Impl_) { - copy->ReopenLog(); - } + copy->ReopenLog(); + } } void TLog::ReopenLogNoFlush() { |
