[calamares] In (test-app) loadmodule, log failure as error
- Errors were being logged as debug output, which is normally hidden (e.g. unless -D6 is passed to turn on debugging).
This commit is contained in:
parent
cf08e59501
commit
9700359cab
@ -223,7 +223,7 @@ main( int argc, char* argv[] )
|
||||
Calamares::JobResult r = p->exec();
|
||||
if ( !r )
|
||||
{
|
||||
cDebug() << "Job #" << count << "failed"
|
||||
cError() << "Job #" << count << "failed"
|
||||
<< TR( "summary", r.message() )
|
||||
<< TR( "details", r.details() );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user