From bc009d03e38e3e8ffe895603e88a6396baaf8ca0 Mon Sep 17 00:00:00 2001 From: Christopher Blaha Date: Fri, 22 Jul 2022 23:26:46 -0400 Subject: [PATCH] things --- netclient/functions/mqhandlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netclient/functions/mqhandlers.go b/netclient/functions/mqhandlers.go index 2d9aae77..e0948342 100644 --- a/netclient/functions/mqhandlers.go +++ b/netclient/functions/mqhandlers.go @@ -162,7 +162,7 @@ func NodeUpdate(client mqtt.Client, msg mqtt.Message) { } //deal with DNS if newNode.DNSOn != "yes" && shouldDNSChange && nodeCfg.Node.Interface != "" { - logger.Log(0, "Network: ", nodeCfg.Node > network, " settng DNS off") + logger.Log(0, "Network: ", nodeCfg.Node.Network, " settng DNS off") if err := removeHostDNS(nodeCfg.Node.Interface, ncutils.IsWindows()); err != nil { logger.Log(0, "Network: ", nodeCfg.Node.Network, " error removing netmaker profile from /etc/hosts "+err.Error()) }