mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04:00
Correct a log message
This commit is contained in:
parent
5a7291b690
commit
477b99ea45
@ -108,7 +108,7 @@ WSJTXLogging::WSJTXLogging ()
|
|||||||
std::stringbuf buffer {new_config.toStdString (), std::ios_base::in};
|
std::stringbuf buffer {new_config.toStdString (), std::ios_base::in};
|
||||||
std::istream stream {&buffer};
|
std::istream stream {&buffer};
|
||||||
Logger::init_from_config (stream);
|
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
|
else // Default setup
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user