|
From: Peter K. <pk...@us...> - 2001-03-02 16:56:32
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btdebug.h 1.35 1.36=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Turned off debug that Marcus had accidentally turned on.
The diff of the modified file(s):
--- btdebug.h 2001/03/02 15:15:08 1.35
+++ btdebug.h 2001/03/02 16:57:50 1.36
@@ -72,8 +72,8 @@
=20
/***************** Bluetooth Debug defines *******************************=
****/
=20
-#define BT_DATA_DEBUG 1
-#define BT_DATAFLOW_DEBUG 1 /* print pkt */
+#define BT_DATA_DEBUG 0
+#define BT_DATAFLOW_DEBUG 0 /* print pkt */
=20
#define BT_DRIVER_DEBUG 1
=20
@@ -143,21 +143,21 @@
=20
/***************** SDP Debug defines *************************************=
****/
=20
-#define SDP_DEBUG_XMIT 1
+#define SDP_DEBUG_XMIT 0
/* Enables/disables the debug when sdp is transmitting data */
=20
-#define SDP_DEBUG_REC 1
+#define SDP_DEBUG_REC 0
/* Enables/disables the debug when sdp is receiving data */
=20
-#define SDP_DEBUG_MISC 1
+#define SDP_DEBUG_MISC 0
/* Enables/disables debug for functions used during connection and
disconnecting i sdp */
=20
-#define SDP_DEBUG_MEM 1
+#define SDP_DEBUG_MEM 0
=20
-#define SDP_DEBUG_PROC 1
+#define SDP_DEBUG_PROC 0
=20
-#define SDP_PRINT_DATA 1
+#define SDP_PRINT_DATA 0
=20
#define SDP_DBG_STR " SDP "
=20
|