diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-09-22 10:54:31 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-09-22 10:54:31 +0000 |
commit | 1a31f243d37a64e02c26308d9839589d4ee50847 (patch) | |
tree | e19fa9034d9f5359d1eef85d9292161d8f23e76e /hcid/dbus-rfcomm.c | |
parent | 4a3ecd87295f9388b996e67ef61dc225c6232883 (diff) |
Stupid format string/parameter fix to previous commit
Diffstat (limited to 'hcid/dbus-rfcomm.c')
-rw-r--r-- | hcid/dbus-rfcomm.c | 2 |
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; } |