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
commita6b6f52a89f054724740e5f7a04800b3d64f4367 (patch)
treefa84234b6b0eb745f922f635a6497d1e7eb9b2e0 /library/cpp/logger/system.cpp
parent3d0b4183f2ddf8aebaf3f4ad74517b2eddef26a8 (diff)
downloadydb-a6b6f52a89f054724740e5f7a04800b3d64f4367.tar.gz
Restoring authorship annotation for <druxa@yandex-team.ru>. Commit 1 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 42233f63d25..33933a1cb4a 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,