diff options
author | filmih <filmih@yandex-team.ru> | 2022-02-10 16:49:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:59 +0300 |
commit | 883c643baf3a1698f0f0a31a8973b61411cd311f (patch) | |
tree | ab1d02c25264bef4a13b139e1b2acbf520b3fee6 /library/cpp/codecs | |
parent | 4def7550a4a9107382d501b6fe9bcfcc3d765229 (diff) | |
download | ydb-883c643baf3a1698f0f0a31a8973b61411cd311f.tar.gz |
Restoring authorship annotation for <filmih@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/codecs')
-rw-r--r-- | library/cpp/codecs/greedy_dict/gd_builder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/codecs/greedy_dict/gd_builder.cpp b/library/cpp/codecs/greedy_dict/gd_builder.cpp index 561bfbca01..7788771427 100644 --- a/library/cpp/codecs/greedy_dict/gd_builder.cpp +++ b/library/cpp/codecs/greedy_dict/gd_builder.cpp @@ -125,7 +125,7 @@ namespace NGreedyDict { if (Settings.Verbose) { TString mess = Sprintf("iter:%" PRIu32 " sz:%" PRIu32 " pend:%" PRIu32, maxiters, (ui32)Current->size(), (ui32)CompoundCounts->size()); - Clog << Sprintf("%-110s RSS=%" PRIu32 "M", mess.data(), (ui32)(TRusage::Get().MaxRss >> 20)) << Endl; + Clog << Sprintf("%-110s RSS=%" PRIu32 "M", mess.data(), (ui32)(TRusage::Get().MaxRss >> 20)) << Endl; } ui32 diff = BuildNextGeneration(maxentries); |