aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/logger/system.cpp')
-rw-r--r--library/cpp/logger/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/system.cpp b/library/cpp/logger/system.cpp
index 25e3d8fd4e..42233f63d2 100644
--- a/library/cpp/logger/system.cpp
+++ b/library/cpp/logger/system.cpp
@@ -76,7 +76,7 @@ namespace {
class TSysLogInstance: public TLog {
public:
inline TSysLogInstance()
- : TLog(MakeHolder<TStreamLogBackend>(&Cnull))
+ : TLog(MakeHolder<TStreamLogBackend>(&Cnull))
{
}
};