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