diff --git a/sys/fs/fat/fat_access.c b/sys/fs/fat/fat_access.c index 6bb2bcd..904958d 100644 --- a/sys/fs/fat/fat_access.c +++ b/sys/fs/fat/fat_access.c @@ -424,7 +424,7 @@ // Compare names to see if they match if (fatfs_compare_names(long_filename, name_to_find)) { - kprintf("DB[%s:%i]", __FILE__, __LINE__); + kprintf("DB[%s:%i] Name: %s\n", __FILE__, __LINE__, directoryEntry->name); memcpy(sfEntry, directoryEntry, sizeof(struct fat_dir_entry)); return 1; }