Skip to content

Commit

Permalink
Update include/highfive/H5Utility.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Nov 21, 2023
1 parent 6fd35be commit f8393cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/highfive/H5Utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ inline void default_logging_callback(LogSeverity severity,
const std::string& message,
const std::string& file,
int line) {
std::clog << "[" << to_string(severity) << "] " << file << ": " << line << message << std::endl;
std::clog << file << ": " << line << " [" << to_string(severity) << "] " << message << std::endl;

Check warning on line 122 in include/highfive/H5Utility.hpp

View check run for this annotation

Codecov / codecov/patch

include/highfive/H5Utility.hpp#L122

Added line #L122 was not covered by tests
}

/// \brief Obtain a reference to the logger used by HighFive.
Expand Down

0 comments on commit f8393cb

Please sign in to comment.