Skip to content

Commit 4e713be

Browse files
swift-ciPushkar Kulkarni
authored andcommitted
Merge pull request #903 from pushkarnk/print-debug
1 parent 7374e59 commit 4e713be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSURLSession/NSURLSessionTask.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ fileprivate extension URLSessionTask {
980980
guard let s = session as? URLSession else { fatalError() }
981981
s.delegateQueue.addOperation {
982982
delegate.urlSession(s, dataTask: dt, didReceive: response, completionHandler: { _ in
983-
print("warning: Ignoring dispotion from completion handler.")
983+
URLSession.printDebug("warning: Ignoring disposition from completion handler.")
984984
})
985985
}
986986
case .taskDelegate:

0 commit comments

Comments
 (0)