Skip to content

Commit

Permalink
Minor output update for checkEnvironment().
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Nov 12, 2024
1 parent cf79172 commit 25aca06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/check.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
// ###### Check environment #################################################
void checkEnvironment(const char* programName)
{
std::cout << programName << ":\n"
<< "* Version:\t" << HPCT_VERSION << "\n";
std::cout << programName << " " << HPCT_VERSION << "\n";

// ====== System information =============================================
utsname sysInfo;
Expand Down

0 comments on commit 25aca06

Please sign in to comment.