summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <linux-bt.adm@hostme.bitkeeper.com>2002-10-30 02:24:36 -0800
committerMarcel Holtmann <linux-bt.adm@hostme.bitkeeper.com>2002-10-30 02:24:36 -0800
commitda15d7b1ae3daa5ef0d17f52e502ca7e924a12cb (patch)
treeca129b69c2b01a3f8e45e9734df488c7ef2a1ab1 /include
parentb1b782f7b7fced03a6dc51d3e52595fcfc9ac106 (diff)
parent10632c9ebbc7a3beed7b8747bc652aec24c84234 (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')
-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)