diff --git a/sys/fs/fat/fat.c b/sys/fs/fat/fat.c index cddf76d..7c421f9 100644 --- a/sys/fs/fat/fat.c +++ b/sys/fs/fat/fat.c @@ -155,7 +155,7 @@ kprintf("Invalid Mode?"); if (!_file) { - kprintf("ERROR[%s:%i]: Open file: [%s] failed\n", __FILE__, __LINE__, file); + //kprintf("ERROR[%s:%i]: Open file: [%s] failed\n", __FILE__, __LINE__, file); return (0x0); } else {