diff --git a/SignalMessaging/groups/GroupsV2ProfileKeyUpdater.swift b/SignalMessaging/groups/GroupsV2ProfileKeyUpdater.swift index 0038b5b6ae..03de6a98e3 100644 --- a/SignalMessaging/groups/GroupsV2ProfileKeyUpdater.swift +++ b/SignalMessaging/groups/GroupsV2ProfileKeyUpdater.swift @@ -271,6 +271,8 @@ class GroupsV2ProfileKeyUpdater { }.then(on: .global()) { (groupThread: TSGroupThread, checkedRevision: UInt32) throws -> Promise in if DebugFlags.internalLogging { Logger.info("Updating profile key for group: \(groupThread.groupId.hexadecimalString), profileKey: \(profileKeyData.hexadecimalString), localUuid: \(localUuid)") + } else { + Logger.info("Updating profile key for group.") } return firstly {