changed log level for connection errors

This commit is contained in:
Diego Waxemberg
2015-02-24 00:03:02 -05:00
parent c205b99080
commit ea231e16b6

View File

@@ -216,7 +216,7 @@ static const NSString* PORT = @"47984";
}
- (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error {
Log(LOG_W, @"connection error: %@", error);
Log(LOG_D, @"connection error: %@", error);
dispatch_semaphore_signal(_requestLock);
}