[vlc-commits] macosx: more verbose msg_Dbg in VLCCoreInteration::setVideoFilter
Victorien Le Couviour--Tuffet
git at videolan.org
Thu Jul 13 11:25:07 CEST 2017
vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Sun Jul 2 11:01:09 2017 +0200| [506d5cdde4ae42f0fb2c51ebcad3dab8c75dec04] | committer: Jean-Baptiste Kempf
macosx: more verbose msg_Dbg in VLCCoreInteration::setVideoFilter
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=506d5cdde4ae42f0fb2c51ebcad3dab8c75dec04
---
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);
More information about the vlc-commits
mailing list