Better error reporting in CreatePartitionTableJob.cpp
This commit is contained in:
parent
5967917fb5
commit
da0afd6e55
@ -69,7 +69,11 @@ CreatePartitionTableJob::exec()
|
||||
{
|
||||
return Calamares::JobResult::error(
|
||||
message,
|
||||
report.toText()
|
||||
QString( "Text: %1\nCommand: %2\nOutput: %3\nStatus: %4" )
|
||||
.arg( report.toText() )
|
||||
.arg( report.command() )
|
||||
.arg( report.output() )
|
||||
.arg( report.status() )
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user