diff --git a/sys/fs/fat/fat.c b/sys/fs/fat/fat.c index a8cb9c9..1d139a6 100644 --- a/sys/fs/fat/fat.c +++ b/sys/fs/fat/fat.c @@ -143,7 +143,7 @@ assert(fd->mp->device->devInfo->read); assert(file); - //kprintf("File: %s, ", file); + kprintf("File: %s, ", file); //kprintf("Mode: 0x%X\n", fd->mode); if ((fd->mode & 0x1) == 0x1) {