From 54bbc64e0beabffd29fe328ef6b729b7c607eed2 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 3 Mar 2021 10:09:19 -0300 Subject: [PATCH] Add logging around profile key rotation. --- SignalMessaging/groups/GroupsV2ProfileKeyUpdater.swift | 2 ++ 1 file changed, 2 insertions(+) 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 {