nsupdate: Convert some verbase log messages to debug

This commit is contained in:
Richard Hansen 2024-07-27 16:58:37 -04:00
parent 61cc5d66ae
commit 54d381a18e

View file

@ -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) {