diff options
| author | Evgeny Grechnikov <[email protected]> | 2022-02-10 16:46:20 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:20 +0300 |
| commit | 6e38f52f898d7c077ddd319800b4014967a5ca76 (patch) | |
| tree | f0b2473cfc98506158b8f1d3d387c4f478ade18e /library/cpp/logger/log.cpp | |
| parent | bd085aee9b4f7a0bee302ce687964ffb7098f986 (diff) | |
Restoring authorship annotation for Evgeny Grechnikov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/log.cpp')
| -rw-r--r-- | library/cpp/logger/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/log.cpp b/library/cpp/logger/log.cpp index e1d70cc3d28..f5d556dc629 100644 --- a/library/cpp/logger/log.cpp +++ b/library/cpp/logger/log.cpp @@ -172,7 +172,7 @@ void TLog::AddLog(ELogPriority priority, const char* format, ...) const { Impl_->AddLog(priority, format, args); } -void TLog::AddLogVAList(const char* format, va_list lst) { +void TLog::AddLogVAList(const char* format, va_list lst) { Impl_->AddLog(Impl_->DefaultPriority(), format, lst); } |
