From 693ca74a6530df8930b0d445102e2ea77b8c4e00 Mon Sep 17 00:00:00 2001 From: filmih Date: Thu, 10 Feb 2022 16:49:59 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/codecs/greedy_dict/gd_builder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/codecs') diff --git a/library/cpp/codecs/greedy_dict/gd_builder.cpp b/library/cpp/codecs/greedy_dict/gd_builder.cpp index 77887714274..561bfbca015 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); -- cgit v1.3