summaryrefslogtreecommitdiff
path: root/bus/activation.c
diff options
context:
space:
mode:
authorThomas Zajic <zlatko gmx at>2017-11-14 12:23:51 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-14 12:24:27 +0000
commitc9ce0a705966c78c680b465fb5747a16c570c4a8 (patch)
tree0be23d56537d8a0582c7a00dae01a74568ad8a23 /bus/activation.c
parent85830f4c5b54e13e51a6bdb1ba6b0590028a0d00 (diff)
downloaddbus-c9ce0a705966c78c680b465fb5747a16c570c4a8.tar.gz
Add a missing space in logging output
Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103729
Diffstat (limited to 'bus/activation.c')
-rw-r--r--bus/activation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/activation.c b/bus/activation.c
index 2d9ffc8a..6f009f5c 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));