Add some logs when encountering a DateTimeOrTextProperty
This commit is contained in:
		
							parent
							
								
									85d60dac3d
								
							
						
					
					
						commit
						64aaa36208
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -76,7 +76,9 @@ pub async fn sync_date_of_birth(ctx: Context, vcard_file: &PathBuf) -> Result<()
 | 
			
		|||
                                );
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                        DateTimeOrTextProperty::Text(_) => todo!(),
 | 
			
		||||
                        DateTimeOrTextProperty::Text(prop) => {
 | 
			
		||||
                            todo!("{}: DateTimeOrTextProperty({})", formatted_name, prop)
 | 
			
		||||
                        }
 | 
			
		||||
                    },
 | 
			
		||||
                    None => debug!("No Immich match for {}", formatted_name),
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue