diff --git a/src/klayout_main/klayout_main/klayout.cc b/src/klayout_main/klayout_main/klayout.cc index 8d2fec11d..bfb5fe949 100644 --- a/src/klayout_main/klayout_main/klayout.cc +++ b/src/klayout_main/klayout_main/klayout.cc @@ -171,7 +171,7 @@ void myMessageOutput(QtMsgType type, const QMessageLogContext & /*ctx*/, const Q abort(); case QtInfoMsg: fprintf(stderr, "Info: %s\n", msg.toLocal8Bit ().constData ()); - abort(); + break; } } #else