summaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorYDBot <[email protected]>2025-10-21 00:52:27 +0000
committerYDBot <[email protected]>2025-10-21 00:52:27 +0000
commita703d86902fd02bd8e373d959b2498c034657449 (patch)
tree1828c35d2d0872dce812b67b3e295df5fb7236a4 /library/cpp
parent51b66527943329176e027929f58092c77e94c2f8 (diff)
parent1138a2be17ffd323e177f9ceef97dd46879e6608 (diff)
Sync branches 251021-0051
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/tld/tlds-alpha-by-domain.txt2
-rw-r--r--library/cpp/yt/logging/logger.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/tld/tlds-alpha-by-domain.txt b/library/cpp/tld/tlds-alpha-by-domain.txt
index ec05cc5ea55..09b0a7d12df 100644
--- a/library/cpp/tld/tlds-alpha-by-domain.txt
+++ b/library/cpp/tld/tlds-alpha-by-domain.txt
@@ -1,4 +1,4 @@
-# Version 2025101300, Last Updated Mon Oct 13 07:07:01 2025 UTC
+# Version 2025101900, Last Updated Sun Oct 19 07:07:02 2025 UTC
AAA
AARP
ABB
diff --git a/library/cpp/yt/logging/logger.h b/library/cpp/yt/logging/logger.h
index 4f23c9e3caa..7b48b88acd8 100644
--- a/library/cpp/yt/logging/logger.h
+++ b/library/cpp/yt/logging/logger.h
@@ -149,16 +149,16 @@ TLoggingContext GetLoggingContext();
////////////////////////////////////////////////////////////////////////////////
//! Sets the minimum logging level for messages in current thread.
-// NB: In fiber environment, min log level is attached to a fiber,
-// so after context switch thread min log level might change.
+//! NB: In fiber environment, min log level is attached to a fiber,
+//! so after context switch thread min log level might change.
void SetThreadMinLogLevel(ELogLevel minLogLevel);
ELogLevel GetThreadMinLogLevel();
////////////////////////////////////////////////////////////////////////////////
//! Sets an extra tag for messages in current thread.
-// NB: Same as above, in fiber environment messages tags
-// are attached to a fiber.
+//! NB: Same as above, in fiber environment messages tags
+//! are attached to a fiber.
void SetThreadMessageTag(std::string messageTag);
std::string& GetThreadMessageTag();