summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}