mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	change warning to debug
This commit is contained in:
		
							parent
							
								
									86c59c1722
								
							
						
					
					
						commit
						e173377859
					
				@ -451,7 +451,7 @@ class RecordingMaintainer(threading.Thread):
 | 
			
		||||
                    break
 | 
			
		||||
 | 
			
		||||
            if stale_frame_count > 0:
 | 
			
		||||
                logger.warning(
 | 
			
		||||
                logger.debug(
 | 
			
		||||
                    f"Found {stale_frame_count} old frames, segments from recordings may be missing."
 | 
			
		||||
                )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user