]> git.sesse.net Git - vlc/commitdiff
live555.cpp typo
authorSebastien Escudier <sebastien-devel@celeos.eu>
Fri, 7 Nov 2008 09:25:26 +0000 (10:25 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 10 Nov 2008 13:33:12 +0000 (14:33 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/live555.cpp

index d09e3eb12235f7254ff52c5a08d5e944fdf76a65..77a32a985819084c1268da029ee982e7864ccfda 100644 (file)
@@ -627,7 +627,7 @@ describe:
         }
         else
         {
-            msg_Dbg( p_demux, "connection timeout, retrying" );
+            msg_Dbg( p_demux, "connection timeout" );
             if( p_sys->rtsp ) RTSPClient::close( p_sys->rtsp );
             p_sys->rtsp = NULL;
         }