From 0c2611ff978e55ee1d6f4dd54b9edd54a3fe5909 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Thu, 12 Sep 2019 16:52:34 +0300 Subject: [PATCH] * minor --- dhcpd/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcpd/db.go b/dhcpd/db.go index 5ab0f452..46a24b7d 100644 --- a/dhcpd/db.go +++ b/dhcpd/db.go @@ -58,7 +58,7 @@ func (s *Server) dbLoad() { if obj[i].Expiry != leaseExpireStatic && !ipInRange(s.leaseStart, s.leaseStop, obj[i].IP) { - log.Tracef("Skipping a lease with IP %s: not within current IP range", obj[i].IP) + log.Tracef("Skipping a lease with IP %v: not within current IP range", obj[i].IP) continue }