vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Jul 2 12:19:54 2017 +0200| [fb519b84a1f67c74b8636987dc93a882ec3ca5f5] | committer: Jean-Baptiste Kempf
macOS: voutcontroller, mention in the log the missing CONTROL > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb519b84a1f67c74b8636987dc93a882ec3ca5f5 --- modules/gui/macosx/VLCVoutWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/macosx/VLCVoutWindowController.m b/modules/gui/macosx/VLCVoutWindowController.m index eaf17abf7f..4954eb85f0 100644 --- a/modules/gui/macosx/VLCVoutWindowController.m +++ b/modules/gui/macosx/VLCVoutWindowController.m @@ -169,7 +169,7 @@ static int WindowControl(vout_window_t *p_wnd, int i_query, va_list args) } default: { - msg_Warn(p_wnd, "unsupported control query"); + msg_Warn(p_wnd, "unsupported control query: %i", i_query ); [voutController.lock unlock]; return VLC_EGENERIC; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
