diff --git a/apps/metadata.c b/apps/metadata.c
index c3e28e5..7decf37 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -424,6 +424,9 @@ bool get_metadata(struct mp3entry* id3, int fd, const char* trackname)
     lseek(fd, 0, SEEK_SET);
     strlcpy(id3->path, trackname, sizeof(id3->path));
     /* We have successfully read the metadata from the file */
+
+    DEBUGF("%s data size: %lx\n", trackname, id3->filesize);
+
     return true;
 }
 
