mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix one remaining wlr_log call
This commit is contained in:
		
							parent
							
								
									1211a81aad
								
							
						
					
					
						commit
						e134da3023
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -109,7 +109,8 @@ void input_manager_verify_fallback_seat(void) {
 | 
			
		|||
 | 
			
		||||
static void log_libinput_config_status(enum libinput_config_status status) {
 | 
			
		||||
	if (status != LIBINPUT_CONFIG_STATUS_SUCCESS) {
 | 
			
		||||
		wlr_log(WLR_DEBUG, "Error: %s", libinput_config_status_to_str(status));
 | 
			
		||||
		sway_log(SWAY_ERROR, "Failed to apply libinput config: %s",
 | 
			
		||||
			libinput_config_status_to_str(status));
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue