From dae5e45a25f30fed160bf00c281c5ebe09adc682 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 30 Nov 2014 18:15:40 +0000 Subject: [PATCH] that error is nonsense svn path=/icecast/trunk/icecast/; revision=19371 --- src/connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index bf3090ca..5165390c 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1297,7 +1297,6 @@ static void _handle_authed_client(client_t *client, void *uri, auth_result resul client->authstack = NULL; if (result != AUTH_OK) { - ICECAST_LOG_ERROR("Client not authenticated at all! (uri is: %H)", uri); client_send_error(client, 401, 1, "You need to authenticate\r\n"); free(uri); return;