Skip to content

Commit

Permalink
Merge pull request #1396 from gameking0124/master
Browse files Browse the repository at this point in the history
fix log
  • Loading branch information
rajatchopra authored Jan 21, 2021
2 parents a20edd2 + 9850742 commit 77f600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/ipsec/handle_xfrm.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func AddXFRMPolicy(myLease, remoteLease *subnet.Lease, dir netlink.Dir, reqID in
return fmt.Errorf("error getting policy: %+v err: %v", policy, err)
}
} else {
log.Info("Updating ipsec policy %+v with %+v", existingPolicy, policy)
log.Infof("Updating ipsec policy %+v with %+v", existingPolicy, policy)
if err := netlink.XfrmPolicyUpdate(policy); err != nil {
return fmt.Errorf("error updating policy: %+v err: %v", policy, err)
}
Expand Down

0 comments on commit 77f600f

Please # to comment.