diff --git a/WSJTXLogging.cpp b/WSJTXLogging.cpp index cf03ba789..f65624bc4 100644 --- a/WSJTXLogging.cpp +++ b/WSJTXLogging.cpp @@ -230,6 +230,6 @@ void WSJTXLogging::qt_log_handler (QtMsgType type, QMessageLogContext const& con if (QtFatalMsg == type) { // bail out - throw std::runtime_error {"Fatal Qt Error"}; + //throw std::runtime_error {"Fatal Qt Error"}; } } diff --git a/main.cpp b/main.cpp index 7a92e4d52..99f109237 100644 --- a/main.cpp +++ b/main.cpp @@ -106,6 +106,7 @@ int main(int argc, char *argv[]) try { LOG_INFO ("Application directory: " << a.applicationDirPath ()); + qInfo () << "Library paths:" << a.libraryPaths (); // LOG_INfO ("+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++"); // { // QDirIterator resources_iter {":/", QDirIterator::Subdirectories};