[libcalamares] Fix debug output classname

This commit is contained in:
Adriaan de Groot 2018-01-15 08:41:24 -05:00
parent 913690650f
commit f01c7cda6b

View file

@ -108,7 +108,7 @@ Calamares::JobResult CommandList::run( const QObject* parent )
if ( r.getExitCode() != 0 )
{
if ( suppress_result )
cDebug() << "Error code" << r.getExitCode() << "ignored by ShellProcess configuration.";
cDebug() << "Error code" << r.getExitCode() << "ignored by CommandList configuration.";
else
return r.explainProcess( parent, processed_cmd, 10 );
}