From e3eac94a62019794075591f09152253cf123d689 Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Tue, 3 Sep 2024 15:42:25 +0200 Subject: [PATCH] Update command log descriptions --- ios/PacketTunnelCore/Actor/PacketTunnelActorCommand.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/PacketTunnelCore/Actor/PacketTunnelActorCommand.swift b/ios/PacketTunnelCore/Actor/PacketTunnelActorCommand.swift index 3abacd82cb9c..b677986d041b 100644 --- a/ios/PacketTunnelCore/Actor/PacketTunnelActorCommand.swift +++ b/ios/PacketTunnelCore/Actor/PacketTunnelActorCommand.swift @@ -74,9 +74,9 @@ extension PacketTunnelActor { case .switchKey: return "switchKey" case .ephemeralPeerNegotiationStateChanged: - return "postQuantumNegotiationStateChanged" + return "ephemeralPeerNegotiationStateChanged" case .notifyEphemeralPeerNegotiated: - return "notifyPostQuantumKeyExchanged" + return "notifyEphemeralPeerNegotiated" } } }