IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 29cf07db authored by Marvin Gottowik's avatar Marvin Gottowik Committed by Alice Faure
Browse files

move to debug

parent 2c26a639
No related branches found
No related tags found
1 merge request!647Resolve "tweak frequency of print outs in StackInspector"
...@@ -87,7 +87,7 @@ namespace corsika { ...@@ -87,7 +87,7 @@ namespace corsika {
std::stringstream ETA_string; std::stringstream ETA_string;
ETA_string << std::put_time(std::localtime(&ETA_time), "%T %Z"); ETA_string << std::put_time(std::localtime(&ETA_time), "%T %Z");
CORSIKA_LOG_INFO( CORSIKA_LOG_DEBUG(
"StackInspector: " "StackInspector: "
" time={}" " time={}"
", running={:.1f} seconds" ", running={:.1f} seconds"
...@@ -103,8 +103,8 @@ namespace corsika { ...@@ -103,8 +103,8 @@ namespace corsika {
printoutCounter_++; printoutCounter_++;
if (printoutCounter_ == maxNumberOfPrintouts_) { if (printoutCounter_ == maxNumberOfPrintouts_) {
CORSIKA_LOG_INFO("StackInspector reached allowed maximum of {} lines printout", CORSIKA_LOG_DEBUG("StackInspector reached allowed maximum of {} lines printout",
maxNumberOfPrintouts_); maxNumberOfPrintouts_);
} }
// Change reference time once the shower has begin (avoid counting overhead time) // Change reference time once the shower has begin (avoid counting overhead time)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment