Commit 2ef7ee6c authored by Max Kellermann's avatar Max Kellermann

update_walk: print debug message for song_file_load()

parent 2685b53b
...@@ -616,6 +616,8 @@ update_regular_file(struct directory *directory, ...@@ -616,6 +616,8 @@ update_regular_file(struct directory *directory,
} }
if (song == NULL) { if (song == NULL) {
g_debug("reading %s/%s",
directory_get_path(directory), name);
song = song_file_load(name, directory); song = song_file_load(name, directory);
if (song == NULL) { if (song == NULL) {
g_debug("ignoring unrecognized file %s/%s", g_debug("ignoring unrecognized file %s/%s",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment