Fix build

This commit is contained in:
QuentinArguillere
2020-09-29 13:38:35 +02:00
parent 6acd6f25dc
commit d2f9cf7557

View File

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