Skip to content

Commit 1446191

Browse files
committed
logging: immediately print PFASST++ version number on start
1 parent 3436897 commit 1446191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/pfasst/logging.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ namespace pfasst
390390
set_logging_flags();
391391
load_default_config();
392392
pfasst::log::stack_position = 0;
393+
CLOG(INFO, "default") << "PFASST++ version " << pfasst::VERSION;
393394
}
394395
} // ::pfasst::log
395396
} // ::pfasst

0 commit comments

Comments
 (0)