diff options
author | druxa <druxa@yandex-team.ru> | 2022-02-10 16:49:28 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:28 +0300 |
commit | a6b6f52a89f054724740e5f7a04800b3d64f4367 (patch) | |
tree | fa84234b6b0eb745f922f635a6497d1e7eb9b2e0 /library/cpp/logger/system.cpp | |
parent | 3d0b4183f2ddf8aebaf3f4ad74517b2eddef26a8 (diff) | |
download | ydb-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.cpp | 2 |
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, |