[vlc-devel] commit: live555.cpp typo (Sebastien Escudier )
git version control
git at videolan.org
Mon Nov 10 14:33:24 CET 2008
vlc | branch: master | Sebastien Escudier <sebastien-devel at celeos.eu> | Fri Nov 7 10:25:26 2008 +0100| [76f5ed0b78a36ac8dbcddf304cc211074c9a506d] | committer: Jean-Baptiste Kempf
live555.cpp typo
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76f5ed0b78a36ac8dbcddf304cc211074c9a506d
---
modules/demux/live555.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index d09e3eb..77a32a9 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -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;
}
More information about the vlc-devel
mailing list