From 5a82e18ed17d3d20384339877bc84b390b3ce55a Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Mon, 6 Sep 2021 17:36:53 +0200 Subject: [PATCH] default msg-level to 0 --- libsrc/core/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/core/utils.cpp b/libsrc/core/utils.cpp index 413877b1..20fb633e 100644 --- a/libsrc/core/utils.cpp +++ b/libsrc/core/utils.cpp @@ -92,7 +92,7 @@ namespace ngcore const std::chrono::time_point wall_time_start = TClock::now(); - int printmessage_importance = 5; + int printmessage_importance = 0; bool NGSOStream :: glob_active = true; } // namespace ngcore