MCPcopy Create free account
hub / github.com/danderson/netboot / debug

Method debug

pixiecore/logging.go:97–102  ·  view source on GitHub ↗
(subsystem, format string, args ...interface{})

Source from the content-addressed store, hash-verified

95}
96
97func (s *Server) debug(subsystem, format string, args ...interface{}) {
98 if s.Debug == nil {
99 return
100 }
101 s.Debug(subsystem, fmt.Sprintf(format, args...))
102}
103
104func (s *Server) debugPacket(subsystem string, layer int, packet []byte) {
105 if s.Debug == nil {

Callers 7

serveDHCPMethod · 0.95
handleIpxeMethod · 0.95
handleFileMethod · 0.95
handleBootingMethod · 0.95
ServeMethod · 0.95
serveTFTPMethod · 0.95
servePXEMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected