]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
Display IP of client in debug
[vlc] / src / misc / objects.c
index 95aa7b14b4d9751400d397b01fc440f929e8262e..919838bfe78a220f7ea2ed67527fb9d4a41bb833 100644 (file)
@@ -182,7 +182,11 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type )
             break;
         case VLC_OBJECT_HTTPD:
             i_size = sizeof( httpd_t );
-            psz_type = "http daemon";
+            psz_type = "http server";
+            break;
+        case VLC_OBJECT_HTTPD_HOST:
+            i_size = sizeof( httpd_host_t );
+            psz_type = "http server";
             break;
         case VLC_OBJECT_VLM:
             i_size = sizeof( vlm_t );