From eb15d60725819257af137c53b8a86661bfc64830 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 27 Oct 2006 13:30:53 +0000 Subject: Cleanups --- hcid/service-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/service-agent.c') 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; } -- cgit