aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/system.h
diff options
context:
space:
mode:
authorndnuriev <ndnuriev@yandex-team.ru>2022-02-10 16:49:45 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:45 +0300
commit28045de07753ee182fc8e5ca778469d7a7c5bb20 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/system.h
parent3659e5861440ac98d0380de7698601ad14655a7a (diff)
downloadydb-28045de07753ee182fc8e5ca778469d7a7c5bb20.tar.gz
Restoring authorship annotation for <ndnuriev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/system.h')
-rw-r--r--library/cpp/logger/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/system.h b/library/cpp/logger/system.h
index 14fefbf78e..b8c60b3023 100644
--- a/library/cpp/logger/system.h
+++ b/library/cpp/logger/system.h
@@ -52,7 +52,7 @@ public:
}
protected:
- int ELogPriority2SyslogPriority(ELogPriority priority);
+ int ELogPriority2SyslogPriority(ELogPriority priority);
TString Ident;
EFacility Facility;