summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorMarcel Holtmann <linux-bt.adm@hostme.bitkeeper.com>2002-10-29 05:05:52 -0800
committerMarcel Holtmann <linux-bt.adm@hostme.bitkeeper.com>2002-10-29 05:05:52 -0800
commit10632c9ebbc7a3beed7b8747bc652aec24c84234 (patch)
treea950a8128df82cf507b8f100c8ef49de23e4c321 /include/net
parent5e5ac463e8665de00e2e9bb2a00917ee2c9343a1 (diff)
parent25d73f23df4f2c4b8fcf25eb92535eaab5b105c7 (diff)
Merge bk://linux.bkbits.net/linux-2.5
into hostme.bitkeeper.com:/ua/repos/l/linux-bt/bt-2.5
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index d8e54c8f4daf..de82c1873153 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -53,7 +53,7 @@
#define SOL_SCO 17
#define SOL_RFCOMM 18
-#define BT_INFO(fmt, arg...) printk(KERN_INFO fmt "\n" , ## arg)
+#define BT_INFO(fmt, arg...) printk(KERN_INFO "Bluetooth: " fmt "\n" , ## arg)
#define BT_DBG(fmt, arg...) printk(KERN_INFO "%s: " fmt "\n" , __FUNCTION__ , ## arg)
#define BT_ERR(fmt, arg...) printk(KERN_ERR "%s: " fmt "\n" , __FUNCTION__ , ## arg)