From 29cf07dbb4819c3721216e35df3adb449eabb12d Mon Sep 17 00:00:00 2001 From: Marvin Gottowik <marvingottowik@web.de> Date: Thu, 19 Sep 2024 15:21:52 +0200 Subject: [PATCH] move to debug --- corsika/detail/modules/StackInspector.inl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/corsika/detail/modules/StackInspector.inl b/corsika/detail/modules/StackInspector.inl index 3489d9542..ddd37c0f3 100644 --- a/corsika/detail/modules/StackInspector.inl +++ b/corsika/detail/modules/StackInspector.inl @@ -87,7 +87,7 @@ namespace corsika { std::stringstream ETA_string; ETA_string << std::put_time(std::localtime(&ETA_time), "%T %Z"); - CORSIKA_LOG_INFO( + CORSIKA_LOG_DEBUG( "StackInspector: " " time={}" ", running={:.1f} seconds" @@ -103,8 +103,8 @@ namespace corsika { printoutCounter_++; if (printoutCounter_ == maxNumberOfPrintouts_) { - CORSIKA_LOG_INFO("StackInspector reached allowed maximum of {} lines printout", - maxNumberOfPrintouts_); + CORSIKA_LOG_DEBUG("StackInspector reached allowed maximum of {} lines printout", + maxNumberOfPrintouts_); } // Change reference time once the shower has begin (avoid counting overhead time) -- GitLab