From 64a5ba63be15c91e9b8fdf7e9ef7f3abeeda1b99 Mon Sep 17 00:00:00 2001 From: Thomas Zajic Date: Tue, 14 Nov 2017 12:23:51 +0000 Subject: [PATCH] Add a missing space in logging output Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103729 (cherry picked from commit c9ce0a705966c78c680b465fb5747a16c570c4a8) --- bus/activation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/activation.c b/bus/activation.c index 2d9ffc8..6f009f5 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -438,7 +438,7 @@ update_desktop_file_entry (BusActivation *activation, else if (bus_context_get_servicehelper (activation->context) != NULL) { bus_context_log (activation->context, DBUS_SYSTEM_LOG_WARNING, - "Service file \"%s\" should have been named \"%s\"" + "Service file \"%s\" should have been named \"%s\" " "and will not work with system bus activation", _dbus_string_get_const_data (&file_path), _dbus_string_get_const_data (&expected_name)); -- 2.7.4