From 6d4ef5e519b508cd45fa472fedd72f42283edbde Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 18 Jan 2003 07:38:18 +0000 Subject: [PATCH] Fix a message that was talking about the wrong path svn path=/trunk/icecast/; revision=4261 --- src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index fceb59ba..593ac003 100644 --- a/src/connection.c +++ b/src/connection.c @@ -699,7 +699,7 @@ static void _handle_get_request(connection_t *con, if (strcmp(uri, "/admin/streamlist") == 0) { if (!_check_relay_pass(parser)) { - INFO0("Client attempted to fetch allstreams.txt with bad password"); + INFO0("Client attempted to fetch /admin/streamlist with bad password"); client_send_401(client); } else { avl_node *node;