mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Debug spam.
This commit is contained in:
parent
87a31a0514
commit
fc54b9bf40
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@ canBeResized( PartitionCoreModule* core, const QString& partitionPath )
|
|||
OsproberEntryList
|
||||
runOsprober( PartitionCoreModule* core )
|
||||
{
|
||||
cDebug() << "BEGIN" << Q_FUNC_INFO;
|
||||
QString osproberOutput;
|
||||
QProcess osprober;
|
||||
osprober.setProgram( "os-prober" );
|
||||
|
@ -141,6 +142,7 @@ runOsprober( PartitionCoreModule* core )
|
|||
|
||||
Calamares::JobQueue::instance()->globalStorage()->insert( "osproberLines", osproberCleanLines );
|
||||
|
||||
cDebug() << "END" << Q_FUNC_INFO;
|
||||
return osproberEntries;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue