Remove typo

This commit is contained in:
QuentinArguillere
2020-09-24 15:00:33 +02:00
parent 68bd403073
commit 964e1d87a1

View File

@@ -36,7 +36,7 @@ class LoggingUnit
var logsEnabled : BoolHolder!
override func onLogMessageWritten(logService: LoggingService, domain: String, level: LogLevel, message: String) {
if (logsEnabled.value) {
print("Logging service log: \(message)s\n")
print("Linphone logs: \(message)\n")
}
}
}