summaryrefslogtreecommitdiffstats
path: root/bus/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/driver.c')
-rw-r--r--bus/driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/driver.c b/bus/driver.c
index 31b848e9..a3fe7c59 100644
--- a/bus/driver.c
+++ b/bus/driver.c
@@ -467,6 +467,8 @@ bus_driver_handle_acquire_service (DBusConnection *connection,
dbus_set_error (error, DBUS_ERROR_ACCESS_DENIED,
"Cannot acquire a service starting with ':' such as \"%s\"",
name);
+
+ _dbus_verbose ("Attempt to acquire invalid base service name \"%s\"", name);
goto out;
}