Matt Clarkson лет назад: 11
Родитель
Сommit
990a42e5a3
1 измененных файлов с 1 добавлено и 1 удалено
  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 (...)