Skip to content
Snippets Groups Projects
Commit 47e43d49 authored by cyberta's avatar cyberta Committed by cyberta
Browse files

fix debug statement in UDPServer which shows the config the server was started with

parent 1e81f6ce
Branches
Tags
1 merge request!76fix debug statement in UDPServer which shows the config the server was started with
Pipeline #272347 passed with warnings
......@@ -48,7 +48,7 @@ func (s *UDPServer) Start() error {
// #nosec G404
r := rand.New(rand.NewSource(s.cfg.PortSeed))
s.debug.Printf("DEBUG: %v", listenConfig)
s.debug.Printf("DEBUG: Config: %+v", listenConfig)
var listeners []net.Listener
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment