diff --git a/src/modules/plasmalnf/Config.cpp b/src/modules/plasmalnf/Config.cpp index 123adecdb..e418e885b 100644 --- a/src/modules/plasmalnf/Config.cpp +++ b/src/modules/plasmalnf/Config.cpp @@ -150,7 +150,7 @@ Config::setTheme( const QString& id ) if ( r.getExitCode() ) { - cWarning() << r.explainProcess( command, std::chrono::seconds( 10 ) ); + cWarning() << "Failed (" << r.getExitCode() << ')'; } else {