[partition] Improve warning message in log
This commit is contained in:
parent
46ca4d93e7
commit
52a82ea1e6
@ -461,7 +461,7 @@ isEfiFilesystemSuitable(const Partition* candidate)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
cWarning() << "FAT32 filesystem is too small (" << size << "bytes)";
|
||||
cWarning() << "FAT32 filesystem for EFI is too small (" << size << "bytes)";
|
||||
return false;
|
||||
#ifdef WITH_KPMCORE4API
|
||||
case FileSystem::Type::Fat12:
|
||||
|
Loading…
Reference in New Issue
Block a user