From 964e1d87a1136e21bae9361238ce04b2e7e0d307 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Thu, 24 Sep 2020 15:00:33 +0200 Subject: [PATCH] Remove typo --- swift/TutorialCommons/commons.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } } }