diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-10-27 13:30:53 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-10-27 13:30:53 +0000 |
commit | eb15d60725819257af137c53b8a86661bfc64830 (patch) | |
tree | a125751e777faa880ab64fd0321755bab8dc36b7 | |
parent | 4a994aaf126824b2b555eab960d3b68531171c92 (diff) |
Cleanups
-rw-r--r-- | hcid/passkey-agent.c | 2 | ||||
-rw-r--r-- | hcid/service-agent.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hcid/passkey-agent.c b/hcid/passkey-agent.c index 79147ee2..29706310 100644 --- a/hcid/passkey-agent.c +++ b/hcid/passkey-agent.c @@ -196,7 +196,7 @@ static int register_agent(DBusConnection *conn, const char *agent_path, if (!dbus_connection_register_object_path(conn, agent_path, &agent_table, NULL)) { - fprintf(stderr, "Can't register path object path for agent\n"); + fprintf(stderr, "Can't register object path for agent\n"); return -1; } diff --git a/hcid/service-agent.c b/hcid/service-agent.c index b0c31a90..334eae9e 100644 --- a/hcid/service-agent.c +++ b/hcid/service-agent.c @@ -175,7 +175,7 @@ static int register_service(DBusConnection *conn, const char *service_path) if (!dbus_connection_register_object_path(conn, service_path, &service_table, NULL)) { - fprintf(stderr, "Can't register path object path for service\n"); + fprintf(stderr, "Can't register object path for service\n"); return -1; } |