switched to 400er for not providing the required input

This commit is contained in:
2023-12-15 19:39:05 +01:00
parent 98b4e8f818
commit 94a506ab7b
2 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ func main() {
if len(listeners) > 0 {
for _, l := range listeners {
log.Infof("Listening on %s", l.Addr())
log.Infof("listening on %s", l.Addr())
if err != nil {
log.Panicf("failure listing on socket %s: %v", l, err)
}