mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Add debug details to ClearMountsJob.
This commit is contained in:
parent
e0cccb892f
commit
ee1a90d845
1 changed files with 2 additions and 0 deletions
|
@ -82,5 +82,7 @@ ClearMountsJob::exec()
|
||||||
.arg( m_device->deviceNode() ) );
|
.arg( m_device->deviceNode() ) );
|
||||||
ok.setDetails( goodNews.join( "\n" ) );
|
ok.setDetails( goodNews.join( "\n" ) );
|
||||||
|
|
||||||
|
cDebug() << "ClearMountsJob finished. Here's what was done:\n" << goodNews.join( "\n" );
|
||||||
|
|
||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue