Bluetooth: Add debug print to l2cap_chan_create

Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
Szymon Janc 2011-11-03 16:05:44 +01:00 коммит произвёл Gustavo F. Padovan
Родитель b24752fe65
Коммит abc545b8ef
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -294,6 +294,8 @@ struct l2cap_chan *l2cap_chan_create(struct sock *sk)
atomic_set(&chan->refcnt, 1);
BT_DBG("sk %p chan %p", sk, chan);
return chan;
}