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