mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 05:03:17 -05:00
Small logging change
This commit is contained in:
parent
4ab7ea6e31
commit
59b6462ba6
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user