Modules/FAT - Changed error message to be more specific
authorJohn Hodge <[email protected]>
Mon, 9 Jul 2012 08:23:28 +0000 (16:23 +0800)
committerJohn Hodge <[email protected]>
Mon, 9 Jul 2012 08:23:28 +0000 (16:23 +0800)
KernelLand/Modules/Filesystems/FAT/fat.c

index c69a063..3708e44 100644 (file)
@@ -144,7 +144,7 @@ tVFS_Node *FAT_InitDevice(const char *Device, const char **Options)
        VFS_ReadAt(diskInfo->fileHandle, 0, 512, bs);\r
        \r
        if(bs->bps == 0 || bs->spc == 0) {\r
-               Log_Notice("FAT", "Error in FAT Boot Sector");\r
+               Log_Notice("FAT", "Error in FAT Boot Sector (zero BPS/SPC)");\r
                return NULL;\r
        }\r
        \r

UCC git Repository :: git.ucc.asn.au