mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Fixed log level for auth internal debug message
Thanks to ePirat.
This commit is contained in:
parent
4828c07d6b
commit
a612d0c4a1
@ -394,7 +394,7 @@ static void auth_add_client(auth_t *auth, client_t *client, void (*on_no_match)(
|
||||
auth_user->on_no_match = on_no_match;
|
||||
auth_user->on_result = on_result;
|
||||
auth_user->userdata = userdata;
|
||||
ICECAST_LOG_INFO("adding client %p for authentication on %p", client, auth);
|
||||
ICECAST_LOG_DEBUG("adding client %p for authentication on %p", client, auth);
|
||||
queue_auth_client(auth_user);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user