Skip to content

Fix for empty error messages on Met.3D startup

Christoph Fischer requested to merge devel_issue_337 into master

When starting Met.3D without command line arguments, two empty error messages are printed.

The issue here is that in the logging commands in MFrontendConfiguration::configure and MPipelineConfiguration::configure are misplaced, they can be reached without an error occurring. This MR moves the logging calls to more appropriate places.

Merge request reports