]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Add a missing space in logging output
authorThomas Zajic <zlatko gmx at>
Tue, 14 Nov 2017 12:23:51 +0000 (12:23 +0000)
committerSimon McVittie <smcv@collabora.com>
Tue, 14 Nov 2017 12:24:27 +0000 (12:24 +0000)
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103729

bus/activation.c

index 2d9ffc8a6c1e5dfe5d5527e14122bf7e0b61f92e..6f009f5cdd02100b34f7b2960b897e44d1d7bbaa 100644 (file)
@@ -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));