patch-2.2.7 linux/net/irda/discovery.c

Next file: linux/net/irda/ircomm/ircomm_common.c
Previous file: linux/net/irda/af_irda.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.6/linux/net/irda/discovery.c linux/net/irda/discovery.c
@@ -6,7 +6,7 @@
  * Status:        Experimental.
  * Author:        Dag Brattli <dagb@cs.uit.no>
  * Created at:    Tue Apr  6 15:33:50 1999
- * Modified at:   Tue Apr  6 20:26:46 1999
+ * Modified at:   Sun Apr 11 00:41:58 1999
  * Modified by:   Dag Brattli <dagb@cs.uit.no>
  * 
  *     Copyright (c) 1999 Dag Brattli, All Rights Reserved.
@@ -46,7 +46,7 @@
 {
 	discovery_t *old;
 
-	DEBUG(2, __FUNCTION__ "()\n");
+	DEBUG(4, __FUNCTION__ "()\n");
 
 	/* Check if we have discovered this device before */
 	old = hashbin_remove(cachelog, discovery->daddr, NULL);
@@ -67,7 +67,7 @@
 {
 	discovery_t *discovery;
 
-	DEBUG(2, __FUNCTION__ "()\n");
+	DEBUG(4, __FUNCTION__ "()\n");
 
 	/*
 	 *  If log is missing this means that IrLAP was unable to perform the
@@ -100,7 +100,7 @@
 {
 	discovery_t *discovery, *curr;
 
-	DEBUG(3, __FUNCTION__ "()\n");
+	DEBUG(4, __FUNCTION__ "()\n");
 
 	discovery = (discovery_t *) hashbin_get_first(log);
 	while (discovery != NULL) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)