Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Fixing String
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Mar 28, 2017
1 parent 3b5438e commit 87413dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aspen/FileLogger.swift
Expand Up @@ -59,7 +59,7 @@ public final class FileLogger: NSObject, LogInterface {
handle.write(data)
}
if exception != nil {
print("Error writing to log file \(exception)")
print("Error writing to log file \(String(describing: exception))")
}
}
}
Expand Down

0 comments on commit 87413dc

Please sign in to comment.