Skip to content
Snippets Groups Projects
Commit 07b6b126 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Better error reporting.

parent 973f6935
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,11 @@ AlongsidePage::init( PartitionCoreModule* core , const OsproberEntryList& osprob
}
// End MBR primary limit check.
cDebug() << "Devices with limit reached:" << pathsOfDevicesWithPrimariesLimitReached;
cDebug() << "Osprober entries:";
foreach ( const OsproberEntry& e, osproberEntries )
{
cDebug() << " *" << e.path << e.line;
// TODO 2.0: move this to a Utils namespace.
bool cantCreatePartitions = false;
foreach ( const QString& devicePath, pathsOfDevicesWithPrimariesLimitReached )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment