[vlc-devel] [PATCH 01/18] macosx: more verbose msg_Dbg in VLCCoreInteration::setVideoFilter

Victorien Le Couviour--Tuffet victorien.lecouviour.tuffet at gmail.com
Tue Jul 4 10:01:00 CEST 2017


---
 modules/gui/macosx/VLCCoreInteraction.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/VLCCoreInteraction.m b/modules/gui/macosx/VLCCoreInteraction.m
index d636723241..43ab03a477 100644
--- a/modules/gui/macosx/VLCCoreInteraction.m
+++ b/modules/gui/macosx/VLCCoreInteraction.m
@@ -744,7 +744,7 @@ static int BossCallback(vlc_object_t *p_this, const char *psz_var,
         return;
     }
 
-    msg_Dbg(p_intf, "will set filter '%s'", psz_name);
+    msg_Dbg(p_intf, "will turn filter '%s' %s", psz_name, b_on ? "on" : "off");
 
     psz_string = var_InheritString(p_playlist, psz_filter_type);
 
-- 
2.13.1



More information about the vlc-devel mailing list