From e3d2d3db3a57ce308db7460e3c200c7ba709c483 Mon Sep 17 00:00:00 2001 From: pesenise <70333661+pesensie@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:50:27 +0200 Subject: [PATCH] Update ddclient.in Co-authored-by: Sandro --- ddclient.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 8528fe9..276186c 100755 --- a/ddclient.in +++ b/ddclient.in @@ -7027,7 +7027,6 @@ sub nic_keysystems_update { foreach my $h (@_) { my $ip = delete $config{$h}{'wantip'}; info("KEYSYSTEMS setting IP address to %s for %s", $ip, $h); - verbose("UPDATE:","updating %s", $h); my $url = "http://$config{$h}{'server'}/update.php?hostname=$h&password=$config{$h}{'password'}&ip=$ip";