[vlc-devel] commit: Cosmetics ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Mar 31 21:27:14 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar 31 22:26:20 2009 +0300| [a18ca585b9085c51e89ae7ecf11731d7cea9a513] | committer: Rémi Denis-Courmont
Cosmetics
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a18ca585b9085c51e89ae7ecf11731d7cea9a513
---
src/network/httpd.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/network/httpd.c b/src/network/httpd.c
index 995dcc8..db027ee 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -1164,7 +1164,7 @@ void httpd_HostDelete( httpd_host_t *host )
{
/* still used */
vlc_mutex_unlock( &httpd_mutex );
- msg_Dbg( host, "httpd_HostDelete: host still used" );
+ msg_Dbg( host, "httpd_HostDelete: host still in use" );
return;
}
TAB_REMOVE( httpd->i_host, httpd->host, host );
@@ -1202,12 +1202,11 @@ void httpd_HostDelete( httpd_host_t *host )
vlc_object_release( httpd );
if( httpd->i_host <= 0 )
{
- msg_Dbg( httpd, "no host left, stopping httpd" );
+ msg_Dbg( httpd, "no hosts left, stopping httpd" );
libvlc_priv (httpd->p_libvlc)->p_httpd = NULL;
vlc_object_detach( httpd );
vlc_object_release( httpd );
-
}
vlc_mutex_unlock( &httpd_mutex );
}
More information about the vlc-devel
mailing list