[partition] Improve warning message in log

This commit is contained in:
Adriaan de Groot 2021-08-26 17:39:06 +02:00
parent 46ca4d93e7
commit 52a82ea1e6

View File

@ -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: