From f16dc204b22036410dbfa703e6e43822e8e7722a Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sun, 3 Jan 2021 23:54:11 +0100 Subject: [PATCH] [player] Logging fixup --- src/outputs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/outputs.c b/src/outputs.c index 455edb83..52565666 100644 --- a/src/outputs.c +++ b/src/outputs.c @@ -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;