]> git.sesse.net Git - vlc/commitdiff
Typo (thanks to Austin Burrow).
authorRémi Duraffort <ivoire@videolan.org>
Sat, 3 Apr 2010 09:57:31 +0000 (11:57 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sat, 3 Apr 2010 17:11:11 +0000 (19:11 +0200)
modules/services_discovery/upnp_cc.cpp

index 08df6e29ce365afb6f33da5ad6aeae1052521dcc..7bd73c67fb02191d3802624cf09ed4dedd4d4fb3 100644 (file)
@@ -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" );
 }