[dummycpp] more verbose debug log
This commit is contained in:
parent
26dfd56f6d
commit
188a434a10
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user