Skip to content

Commit fc9b635

Browse files
authored
Merge pull request #903 from pushkarnk/print-debug
2 parents 06a123c + 9fbcb39 commit fc9b635

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
@@ -982,7 +982,7 @@ fileprivate extension URLSessionTask {
982982
guard let s = session as? URLSession else { fatalError() }
983983
s.delegateQueue.addOperation {
984984
delegate.urlSession(s, dataTask: dt, didReceive: response, completionHandler: { _ in
985-
print("warning: Ignoring dispotion from completion handler.")
985+
URLSession.printDebug("warning: Ignoring disposition from completion handler.")
986986
})
987987
}
988988
case .taskDelegate:

0 commit comments

Comments
 (0)