[plasmalnf] Fix debug-logging

- ProcessResult isn't loggable, so operator bool() is called, so
  it logged 'false' on failure which isn't helpful.
main
Adriaan de Groot 4 years ago
parent 0a88273e0d
commit 04a6fbc4c4

@ -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
{

Loading…
Cancel
Save