diff options
author | dakovalkov <dakovalkov@yandex-team.ru> | 2022-02-10 16:47:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:57 +0300 |
commit | b1375e869a0058e8f583ffd2c09d284203db1c2a (patch) | |
tree | f601a8ccf79397f21dc812fb0d58065258623604 /contrib/libs/poco/Net | |
parent | 9968a46231e337bd46eca82216b40f8eadec679c (diff) | |
download | ydb-b1375e869a0058e8f583ffd2c09d284203db1c2a.tar.gz |
Restoring authorship annotation for <dakovalkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/poco/Net')
-rw-r--r-- | contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp b/contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp index 8ad6d5b2d0..b2ca971d64 100644 --- a/contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp +++ b/contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp @@ -325,7 +325,7 @@ int RemoteSyslogChannel::getPrio(const Message& msg) { switch (msg.getPriority()) { - case Message::PRIO_TEST: + case Message::PRIO_TEST: case Message::PRIO_TRACE: case Message::PRIO_DEBUG: return SYSLOG_DEBUG; |