X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FFAT%2Ffat.c;fp=KernelLand%2FModules%2FFilesystems%2FFAT%2Ffat.c;h=3708e4400dc6880e08950be3077dd9178d065c8b;hb=fe5d1be2f1903383a4eeb92fdbc9ef644b6d32ce;hp=c69a063eb8daed2b98909a10928a2abb8717ee76;hpb=d212a6f1517af8a9c1d550f566a202418f04fffe;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/FAT/fat.c b/KernelLand/Modules/Filesystems/FAT/fat.c index c69a063e..3708e440 100644 --- a/KernelLand/Modules/Filesystems/FAT/fat.c +++ b/KernelLand/Modules/Filesystems/FAT/fat.c @@ -144,7 +144,7 @@ tVFS_Node *FAT_InitDevice(const char *Device, const char **Options) VFS_ReadAt(diskInfo->fileHandle, 0, 512, bs); if(bs->bps == 0 || bs->spc == 0) { - Log_Notice("FAT", "Error in FAT Boot Sector"); + Log_Notice("FAT", "Error in FAT Boot Sector (zero BPS/SPC)"); return NULL; }