mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Change level of invalid UDP packet log message from Error to Debug.
This commit is contained in:
		
							parent
							
								
									106ef861bb
								
							
						
					
					
						commit
						8cbb60c281
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -31,7 +31,7 @@ namespace Response { | ||||||
|  */ |  */ | ||||||
| boost::optional<Type> Validate(u8* data, size_t size) { | boost::optional<Type> Validate(u8* data, size_t size) { | ||||||
|     if (size < sizeof(Header)) { |     if (size < sizeof(Header)) { | ||||||
|         LOG_ERROR(Input, "Invalid UDP packet received"); |         LOG_DEBUG(Input, "Invalid UDP packet received"); | ||||||
|         return boost::none; |         return boost::none; | ||||||
|     } |     } | ||||||
|     Header header; |     Header header; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue