diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dbus.c b/common/dbus.c index 1f2e13b0..3b0c1097 100644 --- a/common/dbus.c +++ b/common/dbus.c @@ -513,7 +513,7 @@ DBusConnection *init_dbus(const char *name, void (*disconnect_cb)(void *), void if (dbus_bus_request_name(conn, name, 0, &err) != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER ) { - error("Could not become the primary owner of %s.", name); + error("Could not become the primary owner of %s", name); return NULL; } |