update_walk: print debug message for song_file_load()

This commit is contained in:
Max Kellermann 2011-12-13 20:26:24 +01:00
parent 2685b53b30
commit 2ef7ee6ca7
1 changed files with 2 additions and 0 deletions

View File

@ -616,6 +616,8 @@ update_regular_file(struct directory *directory,
}
if (song == NULL) {
g_debug("reading %s/%s",
directory_get_path(directory), name);
song = song_file_load(name, directory);
if (song == NULL) {
g_debug("ignoring unrecognized file %s/%s",