diff --git a/src/calamares/testmain.cpp b/src/calamares/testmain.cpp index 198342ae1..53ad871c9 100644 --- a/src/calamares/testmain.cpp +++ b/src/calamares/testmain.cpp @@ -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() ); }