From: Ralf Habacker Date: Fri, 5 Sep 2014 05:40:29 +0000 (+0200) Subject: Improve debug message to be able to see empty files. X-Git-Tag: dbus-1.9.0~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c8b5ed056dc52aecb0d148a5090b3990bcb10d8;p=thirdparty%2Fdbus.git Improve debug message to be able to see empty files. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57272 Reviewed-by: Simon McVittie --- diff --git a/bus/activation.c b/bus/activation.c index 149cca8a9..d50f47466 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -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; }