[vlc-commits] [Git][videolan/vlc][master] modules: log the capability of modules removed

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Thu Jul 14 03:59:30 UTC 2022



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
5213b04f by Steve Lhomme at 2022-07-14T03:45:23+00:00
modules: log the capability of modules removed

- - - - -


1 changed file:

- src/modules/modules.c


Changes:

=====================================
src/modules/modules.c
=====================================
@@ -297,7 +297,8 @@ module_t *module_need(vlc_object_t *obj, const char *cap, const char *name,
 #undef module_unneed
 void module_unneed(vlc_object_t *obj, module_t *module)
 {
-    msg_Dbg(obj, "removing module \"%s\"", module_get_object(module));
+    msg_Dbg(obj, "removing \"%s\" module \"%s\"", module_get_capability(module),
+            module_get_object(module));
     var_Destroy(obj, "module-name");
 
     if (module->deactivate != NULL)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5213b04f6a3ef2892ae4b61f1ac7a0b2197a5099

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5213b04f6a3ef2892ae4b61f1ac7a0b2197a5099
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list