[filescanner] Fix wrong param in filescanner_playlist.c

This commit is contained in:
ejurgensen 2017-10-15 15:14:09 +02:00
parent a57f7fc188
commit 3520ab030e
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ process_regular_file(int pl_id, char *path)
return -1;
}
DPRINTF(E_DBG, L_SCAN, "Adding '%s' to playlist %d (results %d)\n", dbpath, pl_id, qp.results);
DPRINTF(E_DBG, L_SCAN, "Adding '%s' to playlist %d (results %d)\n", winner, pl_id, qp.results);
db_pl_add_item_bypath(pl_id, winner);
free(winner);