logging
This commit is contained in:
parent
74a29878be
commit
b4aa724e26
@ -93,6 +93,10 @@ impl CloudflareClient {
|
||||
let new_ip_s = new_ip.to_string().into_boxed_str();
|
||||
for mut record in records.into_iter() {
|
||||
if record.content == new_ip_s {
|
||||
info!(
|
||||
"On {}, ip already updated to '{}'",
|
||||
&record.name, &record.content
|
||||
);
|
||||
continue;
|
||||
}
|
||||
info!(
|
||||
|
Loading…
x
Reference in New Issue
Block a user