mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 11:08:03 +02:00
Improve debug message to be able to see empty files.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57272 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
4349033667
commit
6c8b5ed056
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue