diff options
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/src/Log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Log.h b/nxcomp/src/Log.h index f4ee66e1f..c3ddd9568 100644 --- a/nxcomp/src/Log.h +++ b/nxcomp/src/Log.h @@ -223,7 +223,7 @@ class NXLog NXLog() { stream_ = &std::cerr; - level_ = NXDEBUG; + level_ = NXWARNING; synchronized_ = true; thread_buffer_size_ = 1024; log_level_ = false; |