Author: jonathanosx
Date: Thu Oct 27 18:12:41 2016
New Revision: 40182

URL: http://svn.gna.org/viewcvs/gnustep?rev=40182&view=rev
Log:
Only log successfull Bonjour if the logging flag is set

Modified:
    libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m

Modified: libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m?rev=40182&r1=40181&r2=40182&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m      
(original)
+++ libs/back/branches/gnustep_testplant_branch/Source/win32/WIN32Server.m      
Thu Oct 27 18:12:41 2016
@@ -1960,7 +1960,6 @@
     else
     {
       NSDebugMLLog(@"WIN32", @"service 'Bonjour' is installed");
-      NSWarnMLog(@"service 'Bonjour' is installed");
       result = YES;
       
       // Cleanup...
@@ -2007,7 +2006,6 @@
       else
       {
         NSDebugMLLog(@"WIN32", @"service 'Bonjour' current state: %ld", 
serviceStatusInfo.dwCurrentState);
-        NSWarnMLog(@"service 'Bonjour' current state: %ld", 
serviceStatusInfo.dwCurrentState);
         result = (serviceStatusInfo.dwCurrentState == SERVICE_RUNNING);
       }
       


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

Reply via email to