[dummycpp] more verbose debug log

This commit is contained in:
Adriaan de Groot 2018-01-24 15:28:46 +01:00
parent 26dfd56f6d
commit 188a434a10

View File

@ -129,6 +129,9 @@ DummyCppJob::exec()
emit progress( 0.1 );
cDebug() << "[DUMMYCPP]: " << accumulator;
globalStorage->debugDump();
emit progress( 0.5 );
QThread::sleep( 3 );
return Calamares::JobResult::ok();