From f77f95225df990636722a97078583a1b8a6727c5 Mon Sep 17 00:00:00 2001 From: mikhnenko Date: Wed, 9 Oct 2024 10:27:00 +0300 Subject: Use lower case for TString methods Data, Size and Empty in ysite, yt, ytech, yweb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Если вы считаете, что это pr сломал ваши тесты - смело откатываете.\ Если проблема нетривиальная - приходите в [саппорт](https://nda.ya.ru/t/a1JIzEbo78mtfQ) commit_hash:dee982cfbb70b978ace5417b4619e78212000179 --- yt/cpp/mapreduce/client/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt/cpp/mapreduce/client/init.cpp') diff --git a/yt/cpp/mapreduce/client/init.cpp b/yt/cpp/mapreduce/client/init.cpp index f05888befb1..e55fc51388a 100644 --- a/yt/cpp/mapreduce/client/init.cpp +++ b/yt/cpp/mapreduce/client/init.cpp @@ -159,7 +159,7 @@ void CommonInitialize(int argc, const char** argv) } auto logPath = TConfig::Get()->LogPath; - auto logger = logPath.Empty() ? CreateStdErrLogger(logLevel) : CreateFileLogger(logLevel, logPath); + auto logger = logPath.empty() ? CreateStdErrLogger(logLevel) : CreateFileLogger(logLevel, logPath); SetLogger(logger); TProcessState::Get()->SetCommandLine(argc, argv); -- cgit v1.3