From 477b99ea45d9ff2d838a8261817e97bbb932100c Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 11 Oct 2020 00:02:49 +0100 Subject: [PATCH] Correct a log message --- WSJTXLogging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WSJTXLogging.cpp b/WSJTXLogging.cpp index 33fad54a4..76adf81b0 100644 --- a/WSJTXLogging.cpp +++ b/WSJTXLogging.cpp @@ -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 {