config-parser: remove unnecessary newline from _dbus_log()

_dbus_log() already adds a newline.

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
This commit is contained in:
Simon McVittie 2016-07-20 08:55:55 +01:00 committed by Simon McVittie
parent d97d561a46
commit 9d89710c1f

View file

@ -2316,7 +2316,7 @@ include_dir (BusConfigParser *parser,
* also some layer inversion going on, if we want to use
* the bus context.) */
_dbus_log (DBUS_SYSTEM_LOG_INFO,
"Encountered error '%s' while parsing '%s'\n",
"Encountered error '%s' while parsing '%s'",
error->message,
_dbus_string_get_const_data (&full_path));
dbus_error_free (error);