summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-09-22 10:54:31 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-09-22 10:54:31 +0000
commit1a31f243d37a64e02c26308d9839589d4ee50847 (patch)
treee19fa9034d9f5359d1eef85d9292161d8f23e76e
parent4a3ecd87295f9388b996e67ef61dc225c6232883 (diff)
Stupid format string/parameter fix to previous commit
-rw-r--r--hcid/dbus-rfcomm.c2
1 files changed, 1 insertions, 1 deletions
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;
}