summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2012-02-17 11:40:57 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-17 13:02:33 +0200
commit42d2d87cfe837e987802588f8d8b119a76714a74 (patch)
treedb9e84b042095eb1251736b851471750f7168a96 /net/bluetooth/l2cap_core.c
parente05dcc3291dcfe9ab1b456f38ccb3041ebbda59c (diff)
downloadop-kernel-dev-42d2d87cfe837e987802588f8d8b119a76714a74.zip
op-kernel-dev-42d2d87cfe837e987802588f8d8b119a76714a74.tar.gz
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/l2cap_core.c')
-rw-r--r--net/bluetooth/l2cap_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
index 88968e7..37736c6 100644
--- a/net/bluetooth/l2cap_core.c
+++ b/net/bluetooth/l2cap_core.c
@@ -217,7 +217,7 @@ static u16 l2cap_alloc_cid(struct l2cap_conn *conn)
static void l2cap_state_change(struct l2cap_chan *chan, int state)
{
- BT_DBG("%p %s -> %s", chan, state_to_string(chan->state),
+ BT_DBG("chan %p %s -> %s", chan, state_to_string(chan->state),
state_to_string(state));
chan->state = state;
OpenPOWER on IntegriCloud