From 490cb54fb5d96ef59dafd1f02a2d3d5a512ff318 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 15 Apr 2022 12:09:48 +0000 Subject: [PATCH] Update: Downgraded BUG message from ERROR to DERROR --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.c b/src/client.c index dfbc96fe..df806871 100644 --- a/src/client.c +++ b/src/client.c @@ -300,7 +300,7 @@ static inline void client_reuseconnection(client_t *client) { void client_destroy(client_t *client) { if (client == NULL) { - ICECAST_LOG_ERROR("Called with client=NULL. This is a BUG."); + ICECAST_LOG_DERROR("Called with client=NULL. This is a BUG."); return; }