diff --git a/sys/fs/fat/fat.c b/sys/fs/fat/fat.c index a2dd4df..a8cb9c9 100644 --- a/sys/fs/fat/fat.c +++ b/sys/fs/fat/fat.c @@ -109,8 +109,10 @@ size = fl_fread(data, size, 1, _file); if (size > 0) fd->offset += size; + /* else kprintf("[%s:%i] read_fat(0) FAILED!"); + */ /* Return */ return (size); diff --git a/sys/kernel/vfs_calls.c b/sys/kernel/vfs_calls.c index c09d854..4dbe0da 100644 --- a/sys/kernel/vfs_calls.c +++ b/sys/kernel/vfs_calls.c @@ -85,7 +85,7 @@ } else { - kprintf("[%s:%i] o(%s)%i", __FILE__, __LINE__, args->path, fd); + // kprintf("[%s:%i] o(%s)%i", __FILE__, __LINE__, args->path, fd); td->td_retval[0] = fd; }