summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/passkey-agent.c2
-rw-r--r--hcid/service-agent.c2
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;
}