Skip to content

Commit

Permalink
Update command log descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Sep 3, 2024
1 parent da1fa78 commit e3eac94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/PacketTunnelCore/Actor/PacketTunnelActorCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ extension PacketTunnelActor {
case .switchKey:
return "switchKey"
case .ephemeralPeerNegotiationStateChanged:
return "postQuantumNegotiationStateChanged"
return "ephemeralPeerNegotiationStateChanged"
case .notifyEphemeralPeerNegotiated:
return "notifyPostQuantumKeyExchanged"
return "notifyEphemeralPeerNegotiated"
}
}
}
Expand Down

0 comments on commit e3eac94

Please sign in to comment.