diff --git a/ddclient.in b/ddclient.in index 50c1cf2..916371f 100755 --- a/ddclient.in +++ b/ddclient.in @@ -5655,8 +5655,8 @@ EoINSTR4 my $command = "$binary -k $keyfile"; $command .= " -v" if ynu($groupcfg{'tcp'}, 1, 0, 0); $command .= " -d" if (opt('debug')); - verbose("UPDATE:", "nsupdate command is: %s", $command); - verbose("UPDATE:", "nsupdate instructions are:\n%s", $instructions); + debug("nsupdate command: $command"); + debug("nsupdate instructions:\n$instructions"); my $status = pipecmd($command, $instructions); if ($status eq 1) {