Author: mlytwyn
Date: Tue Mar 24 23:51:14 2015
New Revision: 38433

URL: http://svn.gna.org/viewcvs/gnustep?rev=38433&view=rev
Log:
Remove/comment excess debug logs

Modified:
    libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m

Modified: libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m?rev=38433&r1=38432&r2=38433&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m      
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/GSMDNSNetServices.m      
Tue Mar 24 23:51:14 2015
@@ -1157,11 +1157,11 @@
             }
             if (-1 == selcode)
             {
-              NSLog(@"%s:%d:DNSServiceProcessResult select code: %d errno: 
%d", __PRETTY_FUNCTION__, __LINE__, selcode, errno);
+              NSDebugMLLog(@"MDNS", @":DNSServiceProcessResult select code: %d 
errno: %d", selcode, errno);
             }
             else if (selcode == 0)
             {
-              NSLog(@"%s:%d:DNSServiceProcessResult select code: %d TIMEOUT", 
__PRETTY_FUNCTION__, __LINE__, selcode);
+              NSDebugMLLog(@"MDNS", @":DNSServiceProcessResult select code: %d 
TIMEOUT", selcode);
             }
           }
         }
@@ -1187,7 +1187,7 @@
           [self netServiceDidResolveAddress: self];
         }
         DNSServiceRefDeallocate(_queryRef);
-        NSLog(@"%s:%d:errorCode: %ld", __PRETTY_FUNCTION__, __LINE__, 
(long)errorCode);
+        NSDebugMLLog(@"MDNS", @":errorCode: %ld", (long)errorCode);
 #endif
            }
     }
@@ -1361,7 +1361,8 @@
   Service      *service;
   
   INTERNALTRACE;
-  NSLog(@"%s:%d:DNSServiceRef: %p", __PRETTY_FUNCTION__, __LINE__, sdRef);
+
+  NSDebugMLLog(@"MDNS", @":DNSServiceRef: %p", sdRef);
 
   service = (Service *) _reserved;
   
@@ -1558,7 +1559,7 @@
     }
     else
     {
-      NSLog(@"%s:%d:DNSServiceProcessResult select code: %d errno: %d", 
__PRETTY_FUNCTION__, __LINE__, selcode, errno);
+      NSDebugMLLog(@"MDNS", @":DNSServiceProcessResult select code: %d errno: 
%d", selcode, errno);
     }
   }
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to