[plasmalnf] Fix debug-logging
- ProcessResult isn't loggable, so operator bool() is called, so it logged 'false' on failure which isn't helpful.
This commit is contained in:
parent
0a88273e0d
commit
04a6fbc4c4
@ -150,7 +150,7 @@ Config::setTheme( const QString& id )
|
|||||||
|
|
||||||
if ( r.getExitCode() )
|
if ( r.getExitCode() )
|
||||||
{
|
{
|
||||||
cWarning() << r.explainProcess( command, std::chrono::seconds( 10 ) );
|
cWarning() << "Failed (" << r.getExitCode() << ')';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user