瀏覽代碼

Tweak error message format

Matt Clarkson 11 年之前
父節點
當前提交
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 (...)