Skip to content

Commit

Permalink
Modify IKESAKey log
Browse files Browse the repository at this point in the history
  • Loading branch information
allen0091 committed Sep 20, 2024
1 parent d4dd815 commit dc10af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ike/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func HandleIKESAINIT(
return
}

ikeLog.Tracef("ikekey:\n%v", ikeSecurityAssociation.String())
ikeLog.Tracef("%v", ikeSecurityAssociation.String())
n3ueSelf.N3IWFUe.N3IWFIKESecurityAssociation = ikeSecurityAssociation
n3ueSelf.CurrentState <- uint8(context.Registration_IKEAUTH)
}
Expand Down

0 comments on commit dc10af2

Please sign in to comment.