bus_context_log: remove special handling of !context->syslog
authorSimon McVittie <smcv@debian.org>
Wed, 20 Jul 2016 08:28:02 +0000 (09:28 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 30 Sep 2016 18:36:50 +0000 (19:36 +0100)
commit04bfdb3dbfeb91c51f9b47d1bfaa32d7ebb11bca
tree71c93b079024c9b08a37a40ba23ae21fdf1e4626
parent92bd5ef29010acd9385054f4b0e899c08b6051b9
bus_context_log: remove special handling of !context->syslog

_dbus_log() and _dbus_logv() are always the right functions to call now.

Signed-off-by: Simon McVittie <smcv@debian.org>
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=97009
bus/bus.c