[vlc-commits] commit: Typo (thanks to Austin Burrow). ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Sat Apr 3 19:17:45 CEST 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Apr 3 11:57:31 2010 +0200| [b5d68b65af8602e5200d33ad0ea92741dfdf288a] | committer: Rémi Duraffort
Typo (thanks to Austin Burrow).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5d68b65af8602e5200d33ad0ea92741dfdf288a
---
modules/services_discovery/upnp_cc.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/services_discovery/upnp_cc.cpp b/modules/services_discovery/upnp_cc.cpp
index 08df6e2..7bd73c6 100644
--- a/modules/services_discovery/upnp_cc.cpp
+++ b/modules/services_discovery/upnp_cc.cpp
@@ -147,7 +147,7 @@ static void Close( vlc_object_t *p_this )
UPnPHandler *u = (UPnPHandler *)p_this->p_private;
u->stop( );
- msg_Dbg( p_this, "upnp discovery started" );
+ msg_Dbg( p_this, "upnp discovery stopped" );
}
More information about the vlc-commits
mailing list