diff options
Diffstat (limited to 'bus/driver.c')
-rw-r--r-- | bus/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/driver.c b/bus/driver.c index 58b8fcbf..580301a9 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -470,7 +470,7 @@ bus_driver_handle_acquire_service (DBusConnection *connection, DBUS_TYPE_INVALID)) return FALSE; - _dbus_verbose ("Trying to own service %s with flags 0x%x\n", name, flags); + _dbus_verbose ("Trying to own name %s with flags 0x%x\n", name, flags); retval = FALSE; reply = NULL; |