Browse Source

Added missing CustomDebugStringCovertible conformance to DownloadResponse.

Christian Noon 9 years ago
parent
commit
81887739a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Response.swift

+ 1 - 1
Source/Response.swift

@@ -177,7 +177,7 @@ public struct DownloadResponse<Value> {
 
 
 // MARK: -
 // MARK: -
 
 
-extension DownloadResponse: CustomStringConvertible {
+extension DownloadResponse: CustomStringConvertible, CustomDebugStringConvertible {
     /// The textual representation used when written to an output stream, which includes whether the result was a
     /// The textual representation used when written to an output stream, which includes whether the result was a
     /// success or failure.
     /// success or failure.
     public var description: String {
     public var description: String {