Correct a log message

This commit is contained in:
Bill Somerville 2020-10-11 00:02:49 +01:00
parent 5a7291b690
commit 477b99ea45
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

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
{