]> git.sesse.net Git - vlc/commit
Don't start the file logger when syslog is specified.
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 6 Oct 2008 14:21:40 +0000 (16:21 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 14 Oct 2008 13:07:28 +0000 (15:07 +0200)
commit7f6b4e76bdc723df95b51395956616d5c91b6671
tree8c908f6d52a054718a6573b864cee3ccb8a1d386
parent68d84670dccbe61605676160a27c5042c12cd543
Don't start the file logger when syslog is specified.

If --syslog is specified on the commandline then vlc loads the logger in file mode first, because --file-logging is the default. This is counter intuitive for users, they expect *only* syslog mode to be active. Note that the logger module can only have one mode active at the sametime, either html, text or syslog.
src/libvlc.c