--- a/src/crashCatcher.cpp Thu Feb 23 20:06:22 2017 +0200 +++ b/src/crashCatcher.cpp Thu Feb 23 20:18:39 2017 +0200 @@ -131,8 +131,6 @@ if (sigaction(signal, &sighandler, nullptr) == -1) fprint(stderr, "Couldn't set signal handler %1: %2", signal, strerror(errno)); } - - print("Crash catcher hooked to signals: %1\n", signalsToCatch); } #endif // Q_OS_UNIX