From cb668700197085a1b50a9c968c874d5a622f0a6e Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 24 Aug 2024 23:55:54 -0400 Subject: [PATCH] update_nics: Refine debug message for consistency/readability --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 5fdf82d..f829684 100755 --- a/ddclient.in +++ b/ddclient.in @@ -1480,7 +1480,7 @@ sub update_nics { # configuration, not update status (same goes for 'status', 'mtime', etc.). my $ip_option = opt('use', $h) eq 'ip' || opt('usev6', $h) eq 'ip'; delete($config{$h}{'ip'}) if !$ip_option; - debug("legacy protocol; moving status to status-ipv$ipv and ip to ipv$ipv"); + debug("legacy protocol; moving 'status' to 'status-ipv$ipv', 'ip' to 'ipv$ipv'"); $config{$h}{"status-ipv$ipv"} = $status; # TODO: See above comment for $ip_option. This is the same situation, but for # 'ipv4' and 'ipv6'.