mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 10:31:02 +00:00
changed log level for connection errors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user