Skip to content

Commit

Permalink
Accept suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Schroeder <[email protected]>
  • Loading branch information
helius-kurt and SEJeff committed May 6, 2024
1 parent edc5700 commit 944ee93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

}
Expand Down

0 comments on commit 944ee93

Please sign in to comment.