|
From: Peter K. <pk...@us...> - 2001-09-19 15:11:29
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.40 1.41=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Minor beauty fixes to D_ERR() and D_WARN(). The diff of the modified file(s): --- btdebug.h 2001/08/27 15:26:41 1.40 +++ btdebug.h 2001/09/19 15:11:28 1.41 @@ -56,7 +56,7 @@ =20 /* Always defined */ #define D_ERR(fmt...) printk(BT_SYS_STR"ERROR :" fmt) -#define D_WARN(fmt...) printk(BT_SYS_STR"warning :" fmt) +#define D_WARN(fmt...) printk(BT_SYS_STR "Warning: " fmt) =20 /***************** Over all debug and system print outs ******************= ****/ =20 |