mirror of
				https://github.com/minio/minio.git
				synced 2025-10-30 00:05:02 -04:00 
			
		
		
		
	listing: Don't log errFileNotFound and friends (#13119)
This commit is contained in:
		
							parent
							
								
									50bce0130a
								
							
						
					
					
						commit
						556552340a
					
				| @ -696,6 +696,8 @@ func (er *erasureObjects) saveMetaCacheStream(ctx context.Context, mc *metaCache | ||||
| 			switch err.(type) { | ||||
| 			case ObjectNotFound: | ||||
| 				return err | ||||
| 			case StorageErr: | ||||
| 				return err | ||||
| 			case InsufficientReadQuorum: | ||||
| 			default: | ||||
| 				logger.LogIf(ctx, err) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user