Skip to content

Commit

Permalink
Merge pull request #56 from keith/ks/swift-4.1.2
Browse files Browse the repository at this point in the history
Fix warning in Swift 4.1.50
  • Loading branch information
fangpenlin authored Jun 20, 2018
2 parents 085a56d + 7783039 commit 671965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HTTPConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public final class HTTPConnection {
}
}
logger.info(
"Header parsed, method=\(method), path=\(path.debugDescription), " +
"Header parsed, method=\(method!), path=\(path.debugDescription), " +
"version=\(version.debugDescription), headers=\(headers)"
)
request = HTTPRequest(
Expand Down

0 comments on commit 671965f

Please sign in to comment.