From 944ee936f57f7bdb9261da361909b9116cfa0c10 Mon Sep 17 00:00:00 2001 From: helius-kurt <162193124+helius-kurt@users.noreply.github.com> Date: Mon, 6 May 2024 11:03:06 -0600 Subject: [PATCH] Accept suggestion Co-authored-by: Jeff Schroeder --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c51ce43..a45d15a 100644 --- a/main.go +++ b/main.go @@ -374,7 +374,7 @@ func main() { } cn := ipset.Add(cfg.CustomNodeClass.Name, node.Ip) if cn != nil { - log.Println("Failed to add node to custom-nodes ", err) + log.Println("Failed to add node to set", cfg.CustomNodeClass.Name, err) } }