Small logging change

This commit is contained in:
ejurgensen 2014-03-18 10:01:06 +01:00
parent 4ab7ea6e31
commit 59b6462ba6

View File

@ -1038,7 +1038,7 @@ source_open(struct player_source *ps, int no_md)
return -1;
}
DPRINTF(E_DBG, L_PLAYER, "Opening %s\n", mfi->path);
DPRINTF(E_INFO, L_PLAYER, "Opening %s (%s)\n", mfi->title, mfi->path);
if (strncmp(mfi->path, "spotify:", strlen("spotify:")) == 0)
{