Correct a log message

This commit is contained in:
Bill Somerville
2020-10-11 00:02:49 +01:00
parent 5a7291b690
commit 477b99ea45
+1 -1
View File
@@ -108,7 +108,7 @@ WSJTXLogging::WSJTXLogging ()
std::stringbuf buffer {new_config.toStdString (), std::ios_base::in};
std::istream stream {&buffer};
Logger::init_from_config (stream);
LOG_INFO ("Unable to read logging configuration file: " << log_config.fileName ());
LOG_INFO ("Read logging configuration file: " << log_config.fileName ());
}
else // Default setup
{