summaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/element.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/logger/element.cpp')
-rw-r--r--library/cpp/logger/element.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/element.cpp b/library/cpp/logger/element.cpp
index 0dd249adcbf..b510fe16e11 100644
--- a/library/cpp/logger/element.cpp
+++ b/library/cpp/logger/element.cpp
@@ -10,7 +10,7 @@ TLogElement::TLogElement(const TLog* parent)
Reset();
}
-TLogElement::TLogElement(const TLog* parent, ELogPriority priority)
+TLogElement::TLogElement(const TLog* parent, ELogPriority priority)
: Parent_(parent)
, Priority_(priority)
{