fix format

This commit is contained in:
Francisco Gindre 2021-03-15 11:41:45 -03:00
parent 73efe370c5
commit c9f8d8d9f7
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class CustomFileFormatter: NSObject, DDLogFormatter {
let dateFormatter: DateFormatter = DateFormatter.logDateFormatter()
func format(message logMessage: DDLogMessage) -> String? {
String(format: "%@ - Thread: %@ - %@- Line %u - %@ - %@",
String(format: "%@ - Thread: %@ - %@ - Line %u - %@ - %@",
dateFormatter.string(from: logMessage.timestamp),
logMessage.threadID,
logMessage.fileName,