*** util.c.orig	Thu Oct 17 14:45:19 2002
--- util.c	Thu Oct 17 14:23:27 2002
***************
*** 180,189 ****
    if(myGlobals.trackOnlyLocalHosts)
      return(0);
  
- #ifdef DEBUG
-   traceEvent(TRACE_INFO, "DEBUG: %s is %s\n", intoa(*addr),
- 	     isLocalAddress (addr) ? "pseudolocal" : "remote");
- #endif
    /* Broadcast is considered a local address */
    return(isBroadcastAddress(addr));
  }
--- 180,185 ----
***************
*** 500,507 ****
  				    u_short numNetworks) {
      int i;
  
!   for(i=0; i<numLocalNets; i++) {
! #ifdef DEBUG
      char buf[32], buf1[32], buf2[32];
      struct in_addr addr1, addr2;
  
--- 496,503 ----
  				    u_short numNetworks) {
      int i;
  
!   for(i=0; i<numNetworks; i++) {
! #ifdef ADDRESS_DEBUG
      char buf[32], buf1[32], buf2[32];
      struct in_addr addr1, addr2;
  
