namecheap: Log message improvements
This commit is contained in:
parent
71dc1f92e4
commit
0c2c97123f
1 changed files with 2 additions and 4 deletions
|
@ -4580,12 +4580,10 @@ sub nic_namecheap_update {
|
|||
$config{$h}{'ip'} = $ip;
|
||||
$config{$h}{'mtime'} = $now;
|
||||
$config{$h}{'status'} = 'good';
|
||||
success("updating %s: good: IP address set to %s", $h, $ip);
|
||||
success("$h: IP address set to $ip");
|
||||
} else {
|
||||
$config{$h}{'status'} = 'failed';
|
||||
warning("SENT: %s", $url) unless opt('verbose');
|
||||
warning("REPLIED: %s", $reply);
|
||||
failed("updating %s: Invalid reply.", $h);
|
||||
failed("$h: invalid reply: $reply");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue