diff options
author | Andrei Emeltchenko | 2012-02-17 11:40:57 +0200 |
---|---|---|
committer | Johan Hedberg | 2012-02-17 13:02:33 +0200 |
commit | 42d2d87cfe837e987802588f8d8b119a76714a74 (patch) | |
tree | db9e84b042095eb1251736b851471750f7168a96 /net/bluetooth/hci_conn.c | |
parent | e05dcc3291dcfe9ab1b456f38ccb3041ebbda59c (diff) |
Bluetooth: Prefix hex numbers with object name
Several hex numbers were printed without object name which
complicates debugging.
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/hci_conn.c')
-rw-r--r-- | net/bluetooth/hci_conn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index f38e1b11d835..7ee6895c4b0c 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c @@ -80,7 +80,7 @@ void hci_acl_connect(struct hci_conn *conn) struct inquiry_entry *ie; struct hci_cp_create_conn cp; - BT_DBG("%p", conn); + BT_DBG("hcon %p", conn); conn->state = BT_CONNECT; conn->out = true; |