[xiph-cvs] cvs commit: icecast/src connection.c

Michael Smith msmith at xiph.org
Fri Jan 17 23:38:18 PST 2003



msmith      03/01/18 02:38:18

  Modified:    src      connection.c
  Log:
  Fix a message that was talking about the wrong path

Revision  Changes    Path
1.40      +1 -1      icecast/src/connection.c

Index: connection.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- connection.c	18 Jan 2003 07:08:00 -0000	1.39
+++ connection.c	18 Jan 2003 07:38:18 -0000	1.40
@@ -699,7 +699,7 @@
 
         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;

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list