diff --git a/include/highfive/H5Utility.hpp b/include/highfive/H5Utility.hpp index 9be0e761f..e33fb7993 100644 --- a/include/highfive/H5Utility.hpp +++ b/include/highfive/H5Utility.hpp @@ -119,7 +119,8 @@ inline void default_logging_callback(LogSeverity severity, const std::string& message, const std::string& file, int line) { - std::clog << file << ": " << line << " [" << to_string(severity) << "] " << message << std::endl; + std::clog << file << ": " << line << " [" << to_string(severity) << "] " << message + << std::endl; } /// \brief Obtain a reference to the logger used by HighFive.