update_walk: print debug message for song_file_load()
This commit is contained in:
parent
2685b53b30
commit
2ef7ee6ca7
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue