From 0a07827a1eaa9126a5432dcdd4ff5009ca7fe88a Mon Sep 17 00:00:00 2001 From: Dmitri Dolguikh Date: Fri, 3 Nov 2017 16:01:56 -0700 Subject: [PATCH] Fixing remaining coding style issues --- pixiecorev6/dhcpv6.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixiecorev6/dhcpv6.go b/pixiecorev6/dhcpv6.go index b8b77f3..57dee26 100644 --- a/pixiecorev6/dhcpv6.go +++ b/pixiecorev6/dhcpv6.go @@ -36,7 +36,7 @@ func (s *ServerV6) serveDHCP(conn *dhcp6.Conn) error { marshalledResponse, err := response.Marshal() if err != nil { - s.log("dhcpv6", fmt.Sprintf("Error marshalling response: %s", response.Type, response.TransactionID, err)) + s.log("dhcpv6", fmt.Sprintf("Error marshalling response (%d) (%d): %s", response.Type, response.TransactionID, err)) continue }