diff --git a/sys/fs/fat/fat_filelib.c b/sys/fs/fat/fat_filelib.c index e0afc9c..fc109b2 100644 --- a/sys/fs/fat/fat_filelib.c +++ b/sys/fs/fat/fat_filelib.c @@ -328,7 +328,7 @@ // Allocate a new file handle file = _allocate_file(); - kprintf("DB[%s:%i]\n", __FILE__, __LINE__); + kprintf("DB[%s:%i]: 0x%X\n", __FILE__, __LINE__, file); if (!file) return NULL; kprintf("DB[%s:%i]\n", __FILE__, __LINE__);