Debug spam.
This commit is contained in:
parent
87a31a0514
commit
fc54b9bf40
@ -91,6 +91,7 @@ canBeResized( PartitionCoreModule* core, const QString& partitionPath )
|
|||||||
OsproberEntryList
|
OsproberEntryList
|
||||||
runOsprober( PartitionCoreModule* core )
|
runOsprober( PartitionCoreModule* core )
|
||||||
{
|
{
|
||||||
|
cDebug() << "BEGIN" << Q_FUNC_INFO;
|
||||||
QString osproberOutput;
|
QString osproberOutput;
|
||||||
QProcess osprober;
|
QProcess osprober;
|
||||||
osprober.setProgram( "os-prober" );
|
osprober.setProgram( "os-prober" );
|
||||||
@ -141,6 +142,7 @@ runOsprober( PartitionCoreModule* core )
|
|||||||
|
|
||||||
Calamares::JobQueue::instance()->globalStorage()->insert( "osproberLines", osproberCleanLines );
|
Calamares::JobQueue::instance()->globalStorage()->insert( "osproberLines", osproberCleanLines );
|
||||||
|
|
||||||
|
cDebug() << "END" << Q_FUNC_INFO;
|
||||||
return osproberEntries;
|
return osproberEntries;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user