Skip to content

Commit

Permalink
Fix logrus issue
Browse files Browse the repository at this point in the history
  • Loading branch information
snehala27 committed Feb 15, 2024
1 parent d233a2d commit 5f0dc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vip/dhcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (c *DHCPClient) Start() {
c.initRebootFlag = false
c.lease = lease

log.Info("DHCP lease: %v", lease)
log.Info("DHCP lease: ", lease)

// Set up two ticker to renew/rebind regularly
t1Timeout := c.lease.ACK.IPAddressLeaseTime(defaultDHCPRenew) / 2
Expand Down

0 comments on commit 5f0dc3d

Please sign in to comment.