no need to print date anymore since done in http_log
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 23 Jun 2008 02:16:00 +0000 (02:16 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 23 Jun 2008 02:16:00 +0000 (02:16 +0000)
Originally committed as revision 13900 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index 7ca7ab54db7afe5310520690b6b608d5b0190abc..20d22c0fa70dc35b937a38a5e4df125fb0e7e353 100644 (file)
@@ -3135,7 +3135,6 @@ static int rtp_new_av_stream(HTTPContext *c,
     char *ipaddr;
     URLContext *h = NULL;
     uint8_t *dummy_buf;
-    char buf2[32];
     int max_packet_size;
 
     /* now we can open the relevant output stream */
@@ -3196,9 +3195,8 @@ static int rtp_new_av_stream(HTTPContext *c,
         goto fail;
     }
 
-    http_log("%s:%d - - [%s] \"PLAY %s/streamid=%d %s\"\n",
+    http_log("%s:%d - - \"PLAY %s/streamid=%d %s\"\n",
              ipaddr, ntohs(dest_addr->sin_port),
-             ctime1(buf2),
              c->stream->filename, stream_index, c->protocol);
 
     /* normally, no packets should be output here, but the packet size may be checked */