Explorar o código

Tweak error message format

Matt Clarkson %!s(int64=11) %!d(string=hai) anos
pai
achega
990a42e5a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Libs/CommandLineModules/Core/ctkCmdLineModuleManager.cpp

+ 1 - 1
Libs/CommandLineModules/Core/ctkCmdLineModuleManager.cpp

@@ -177,7 +177,7 @@ ctkCmdLineModuleManager::registerModule(const QUrl &location)
       }
       catch (const ctkCmdLineModuleTimeoutException& e)
       {
-        qDebug() << "Extracting XML from " << location.toString() << " timed out.";
+        qDebug() << "Extracting XML from " << location.toString() << " timed-out, with message:" << e.what();
         throw;
       }
       catch (...)