From c5bba298ac3fa871a34fe82335277b03418ac679 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Tue, 13 Jun 2023 14:33:45 +0200 Subject: [PATCH] Improve log statement :facepalm: Co-authored-by: Marcus Kida --- .../Sources/MastodonCore/AuthenticationServiceProvider.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MastodonSDK/Sources/MastodonCore/AuthenticationServiceProvider.swift b/MastodonSDK/Sources/MastodonCore/AuthenticationServiceProvider.swift index 20ea9b906..f3cd504a0 100644 --- a/MastodonSDK/Sources/MastodonCore/AuthenticationServiceProvider.swift +++ b/MastodonSDK/Sources/MastodonCore/AuthenticationServiceProvider.swift @@ -88,7 +88,7 @@ public extension AuthenticationServiceProvider { } if migratedAuthentications.count != legacyAuthentications.count { - logger.log(level: .default, "Not all mitgrations could be migrated.") + logger.log(level: .default, "Not all account authentications could be migrated.") } self.authentications = migratedAuthentications