mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-04 18:36:02 -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)
|
||||
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)
|
||||
outputs_device_list = remove->next;
|
||||
|
Loading…
x
Reference in New Issue
Block a user