Skip to content

Commit

Permalink
Fix pxeboot debug output for IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Jan 21, 2025
1 parent c2b755a commit 2788e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pxeboot/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func pxeBootHandler6(req, resp dhcpv6.DHCPv6) (dhcpv6.DHCPv6, bool) {

if opt != nil {
resp.AddOption(*opt)
log.Debugf("Added option %s", ipxeOption)
log.Debugf("Added option %s", *opt)
}
}

Expand Down

0 comments on commit 2788e37

Please sign in to comment.