We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7de5ca commit 81d74b4Copy full SHA for 81d74b4
1 file changed
GCDWebServer/Core/GCDWebServer.m
@@ -616,9 +616,11 @@ - (BOOL)_start:(NSError**)error {
616
if (_resolutionService) {
617
CFNetServiceSetClient(_resolutionService, _NetServiceResolveCallBack, &context);
618
CFNetServiceScheduleWithRunLoop(_resolutionService, CFRunLoopGetMain(), kCFRunLoopCommonModes);
619
+ } else {
620
+ GWS_LOG_ERROR(@"Failed creating CFNetService for resolution");
621
}
622
} else {
- GWS_LOG_ERROR(@"Failed creating CFNetService");
623
+ GWS_LOG_ERROR(@"Failed creating CFNetService for registration");
624
625
626
0 commit comments