1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Fix a message that was talking about the wrong path

svn path=/trunk/icecast/; revision=4261
This commit is contained in:
Michael Smith 2003-01-18 07:38:18 +00:00
parent f2d0e26fed
commit 6d4ef5e519

View File

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