aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Net
diff options
context:
space:
mode:
authordakovalkov <dakovalkov@yandex-team.ru>2022-02-10 16:47:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:57 +0300
commitb1375e869a0058e8f583ffd2c09d284203db1c2a (patch)
treef601a8ccf79397f21dc812fb0d58065258623604 /contrib/libs/poco/Net
parent9968a46231e337bd46eca82216b40f8eadec679c (diff)
downloadydb-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.cpp2
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;