mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 20:35:36 -04:00
Better error reporting in CreatePartitionTableJob.cpp
This commit is contained in:
parent
5967917fb5
commit
da0afd6e55
1 changed files with 6 additions and 2 deletions
|
@ -68,8 +68,12 @@ CreatePartitionTableJob::exec()
|
|||
if ( !ok )
|
||||
{
|
||||
return Calamares::JobResult::error(
|
||||
message,
|
||||
report.toText()
|
||||
message,
|
||||
QString( "Text: %1\nCommand: %2\nOutput: %3\nStatus: %4" )
|
||||
.arg( report.toText() )
|
||||
.arg( report.command() )
|
||||
.arg( report.output() )
|
||||
.arg( report.status() )
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue