1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Update: Downgraded BUG message from ERROR to DERROR

This commit is contained in:
Philipp Schafft 2022-04-15 12:09:48 +00:00
parent d8b7e4f322
commit 490cb54fb5

View File

@ -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;
}