mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	alsa: don't log unknown events with info
Debug is good enough
This commit is contained in:
		
							parent
							
								
									b91864eb37
								
							
						
					
					
						commit
						f3ff25c936
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -331,7 +331,7 @@ static void alsa_seq_on_sys(struct spa_source *source)
 | 
				
			||||||
			state->port_info(state->port_info_data, addr, NULL);
 | 
								state->port_info(state->port_info_data, addr, NULL);
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		default:
 | 
							default:
 | 
				
			||||||
			spa_log_info(state->log, "unhandled event %d: %d:%d",
 | 
								spa_log_debug(state->log, "unhandled event %d: %d:%d",
 | 
				
			||||||
					type, addr->client, addr->port);
 | 
										type, addr->client, addr->port);
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue