diff --git a/client/client.go b/client/client.go index 98e66bb..7695593 100644 --- a/client/client.go +++ b/client/client.go @@ -167,7 +167,7 @@ func updateDyndns() { } else { msg = "dyndns was updated successfully" log.InfoTimed(msg, timestamp, "response: '"+strings.TrimSpace(string(bytes))+"'") - msg += "\n" + "ip-address: " + wanIp + msg += "\n" + "ip-address: " + tmpIp notification.Priority = notifications.PRIORITY_MAX notification.Emoji = "green_circle" }