Remove an erroneous colon suffix from a log message

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-10-25 14:58:03 -06:00
parent 4026ef2164
commit ccb096104a

View File

@@ -41,7 +41,7 @@ func NodeAdd(nap *wwapiv1.NodeAddParameter) (err error) {
if err != nil {
return errors.Wrap(err, "Failed to decode nodeConf")
}
wwlog.Info("Added node: %s:", a)
wwlog.Info("Added node: %s", a)
for _, dev := range n.NetDevs {
if !ipv4.IsUnspecified() && ipv4 != nil {
// if more nodes are added increment IPv4 address