logging
This commit is contained in:
		@@ -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!(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user