mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
[libcalamares] Fix debug output classname
This commit is contained in:
parent
913690650f
commit
f01c7cda6b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ Calamares::JobResult CommandList::run( const QObject* parent )
|
||||||
if ( r.getExitCode() != 0 )
|
if ( r.getExitCode() != 0 )
|
||||||
{
|
{
|
||||||
if ( suppress_result )
|
if ( suppress_result )
|
||||||
cDebug() << "Error code" << r.getExitCode() << "ignored by ShellProcess configuration.";
|
cDebug() << "Error code" << r.getExitCode() << "ignored by CommandList configuration.";
|
||||||
else
|
else
|
||||||
return r.explainProcess( parent, processed_cmd, 10 );
|
return r.explainProcess( parent, processed_cmd, 10 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue