diff --git a/swift/TutorialCommons/commons.swift b/swift/TutorialCommons/commons.swift index 4f68aac..09d5089 100644 --- a/swift/TutorialCommons/commons.swift +++ b/swift/TutorialCommons/commons.swift @@ -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") }