mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
Fixing remaining coding style issues
This commit is contained in:
parent
7f45a529cd
commit
0a07827a1e
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user