mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Update: Downgraded BUG message from ERROR to DERROR
This commit is contained in:
parent
d8b7e4f322
commit
490cb54fb5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user