mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-10 05:08:11 -05:00
[player] Logging fixup
This commit is contained in:
parent
ffadc399af
commit
f16dc204b2
@ -816,7 +816,7 @@ outputs_device_remove(struct output_device *remove)
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
DPRINTF(E_LOG, L_PLAYER, "Could not save state for %s device '%s'\n", remove->type_name, remove->name);
|
DPRINTF(E_LOG, L_PLAYER, "Could not save state for %s device '%s'\n", remove->type_name, remove->name);
|
||||||
|
|
||||||
DPRINTF(E_INFO, L_PLAYER, "Removing %s device '%s'; stopped advertising\n", remove->type_name, remove->name);
|
DPRINTF(E_INFO, L_PLAYER, "Removing %s device '%s'\n", remove->type_name, remove->name);
|
||||||
|
|
||||||
if (!prev)
|
if (!prev)
|
||||||
outputs_device_list = remove->next;
|
outputs_device_list = remove->next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user