Skip to content

Commit

Permalink
Change call to header to console stream
Browse files Browse the repository at this point in the history
  • Loading branch information
tophmatthews committed Jan 8, 2025
1 parent 2974c54 commit 363c4a4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions framework/src/base/MooseApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -730,13 +730,7 @@ MooseApp::setupOptions()
TIME_SECTION("setupOptions", 5, "Setting Up Options");

// Print the header, this is as early as possible
auto hdr = header();
if (hdr.length() != 0)
{
if (multiAppLevel() > 0)
MooseUtils::indentMessage(_name, hdr);
Moose::out << hdr << std::endl;
}
_console << header() << std::endl;

if (getParam<bool>("error_unused"))
setCheckUnusedFlag(true);
Expand Down

0 comments on commit 363c4a4

Please sign in to comment.