summaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp
diff options
context:
space:
mode:
authordakovalkov <[email protected]>2022-02-10 16:47:57 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:57 +0300
commit397f301c06c5151db26f37c548b97e3f30dcceea (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp
parentb1375e869a0058e8f583ffd2c09d284203db1c2a (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/poco/Net/src/RemoteSyslogChannel.cpp')
-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 b2ca971d648..8ad6d5b2d0d 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;