]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Improve debug message to be able to see empty files.
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 5 Sep 2014 05:40:29 +0000 (07:40 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 8 Sep 2014 11:58:52 +0000 (11:58 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57272
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
bus/activation.c

index 149cca8a99014d29b974f57c208a79ff3680e8c9..d50f47466d2dc1378a851674d196d3026c1ecf79 100644 (file)
@@ -637,7 +637,7 @@ update_directory (BusActivation       *activation,
 
       if (!_dbus_string_ends_with_c_str (&filename, ".service"))
         {
-          _dbus_verbose ("Skipping non-.service file %s\n",
+          _dbus_verbose ("Skipping non-.service file '%s'\n",
                          _dbus_string_get_const_data (&filename));
           continue;
         }