aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/system.cpp
diff options
context:
space:
mode:
authordruxa <druxa@yandex-team.ru>2022-02-10 16:49:28 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:28 +0300
commitc03ef37690111076e93822dbfa59fd672fa45c33 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/system.cpp
parenta6b6f52a89f054724740e5f7a04800b3d64f4367 (diff)
downloadydb-c03ef37690111076e93822dbfa59fd672fa45c33.tar.gz
Restoring authorship annotation for <druxa@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/system.cpp')
-rw-r--r--library/cpp/logger/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/system.cpp b/library/cpp/logger/system.cpp
index 33933a1cb4a..42233f63d25 100644
--- a/library/cpp/logger/system.cpp
+++ b/library/cpp/logger/system.cpp
@@ -22,7 +22,7 @@ TSysLogBackend::TSysLogBackend(const char* ident, EFacility facility, int flags)
#if defined(_unix_)
Y_ASSERT(TSYSLOG_LOCAL0 <= facility && facility <= TSYSLOG_LOCAL7);
- static const int f2sf[] = {
+ static const int f2sf[] = {
LOG_LOCAL0,
LOG_LOCAL1,
LOG_LOCAL2,