Add debug details to ClearMountsJob.
This commit is contained in:
parent
e0cccb892f
commit
ee1a90d845
@ -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…
Reference in New Issue
Block a user