From 1a31f243d37a64e02c26308d9839589d4ee50847 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 22 Sep 2006 10:54:31 +0000 Subject: Stupid format string/parameter fix to previous commit --- hcid/dbus-rfcomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcid/dbus-rfcomm.c b/hcid/dbus-rfcomm.c index 5d39c327..629911c0 100644 --- a/hcid/dbus-rfcomm.c +++ b/hcid/dbus-rfcomm.c @@ -264,7 +264,7 @@ static void rfcomm_connect_cb_devnode_opened(int fd, struct pending_connect *c, /* Check if the caller is still present */ if (!dbus_bus_name_has_owner(c->conn, node->owner, NULL)) { - error("RFCOMM.Connect requestor %s exited"); + error("RFCOMM.Connect requestor %s exited", node->owner); goto failed; } -- cgit