mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-23 12:05:47 -04: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;
|
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)
|
if (strncmp(mfi->path, "spotify:", strlen("spotify:")) == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user