diff --git a/sys/fs/fat/fat.c b/sys/fs/fat/fat.c index 575eb53..acb0f7a 100644 --- a/sys/fs/fat/fat.c +++ b/sys/fs/fat/fat.c @@ -107,7 +107,7 @@ fl_fseek(_file, offset, 0); size = fl_fread(data, size, 1, _file); - //kprintf("Read: %i\n", size); + kprintf("[Read:%i]", size); /* Return */ return (size);