Fixing remaining coding style issues

This commit is contained in:
Dmitri Dolguikh 2017-11-03 16:01:56 -07:00 committed by Dave Anderson
parent 7f45a529cd
commit 0a07827a1e

View File

@ -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
}