Skip to content

Commit 188a8c2

Browse files
authored
Merge pull request #910 from pushkarnk/debug-print
2 parents 7374e59 + 4e713be commit 188a8c2

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)