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 | 397f301c06c5151db26f37c548b97e3f30dcceea (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/poco/Net/src | |
parent | b1375e869a0058e8f583ffd2c09d284203db1c2a (diff) | |
download | ydb-397f301c06c5151db26f37c548b97e3f30dcceea.tar.gz |
Restoring authorship annotation for <dakovalkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/poco/Net/src')
-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 b2ca971d64..8ad6d5b2d0 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; |