]> git.sesse.net Git - vlc/commit
libvlc: initialize message settings early enough
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 18 Mar 2013 17:09:55 +0000 (19:09 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 18 Mar 2013 17:21:26 +0000 (19:21 +0200)
commit4151f94e2f1db403b96fed5f23ccec4104759070
treee8af86f55431b58f4206b229bf2ca8cca8554d73
parente0746e3adff7a3af52e06fc86f118b41f91a5b3e
libvlc: initialize message settings early enough

That is to say, before any message gets logged.

Unfortunately, since the modules bank uses logging, and provides the
configuration, the message settings cannot be stored in the
configuration file. All messages could be removed from the bank but
that would hurt debugging in some cases :-/
src/libvlc-module.c
src/libvlc.c