From 620daf413089c65c70cc37362a080b3ab901bf33 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 13 Jan 2023 19:37:52 +0100 Subject: [PATCH] =?UTF-8?q?mythicdyn:=20remove=20duplicate=20=E2=80=98verb?= =?UTF-8?q?ose=E2=80=99=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ddclient.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index e12ec5f..702cbf6 100755 --- a/ddclient.in +++ b/ddclient.in @@ -5911,7 +5911,6 @@ sub nic_mythicdyn_update { # Update each set configured host. foreach my $h (@_) { info("%s -- Setting IP address.", $h); - verbose("UPDATE:", "updating %s", $h); my $ipversion = $config{$h}{'ipv6'} ? '6' : '4';