mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 00:18:22 -04:00
[libcalamares] Log output from failed commands
This commit is contained in:
parent
b4d4351825
commit
1f3f6111f7
1 changed files with 2 additions and 2 deletions
|
@ -209,8 +209,8 @@ System::targetEnvOutput( const QStringList& args,
|
||||||
cLog() << "Finished. Exit code:" << r;
|
cLog() << "Finished. Exit code:" << r;
|
||||||
if ( r != 0 )
|
if ( r != 0 )
|
||||||
{
|
{
|
||||||
cLog() << "Target cmd" << args;
|
cLog() << "Target cmd:" << args;
|
||||||
cLog() << "Target out" << output;
|
cLog().noquote() << "Target output:\n" << output;
|
||||||
}
|
}
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue