From ec83d8637af5fc3574fafc34c9aa684b42b4d0f0 Mon Sep 17 00:00:00 2001 From: Maksim Krasnyanskiy Date: Tue, 22 Oct 2002 21:28:48 -0700 Subject: Cleanup Bluetooth kernel messages. Info messages now prefixed with "Bluetooth:". --- include/net/bluetooth/bluetooth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/net') 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) -- cgit v1.2.3