diff --git a/src/kcrash.cpp b/src/kcrash.cpp --- a/src/kcrash.cpp +++ b/src/kcrash.cpp @@ -131,6 +131,8 @@ && !qEnvironmentVariableIsSet("KCRASH_AUTO_RESTARTED")) { // enable drkonqi KCrash::setDrKonqiEnabled(true); + } else { + qCDebug(LOG_KCRASH) << "KCrash disabled through environment."; } KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath());