show exceptions when activating a workbench as error message, not log message
This commit is contained in:
@@ -1036,7 +1036,7 @@ bool Application::activateWorkbench(const char* name)
|
||||
}
|
||||
|
||||
Base::Console().Error("%s\n", (const char*)msg.toLatin1());
|
||||
Base::Console().Log("%s\n", e.getStackTrace().c_str());
|
||||
Base::Console().Error("%s\n", e.getStackTrace().c_str());
|
||||
if (!d->startingUp) {
|
||||
wc.restoreCursor();
|
||||
QMessageBox::critical(getMainWindow(), QObject::tr("Workbench failure"),
|
||||
|
||||
Reference in New Issue
Block a user