mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Raise verbosity of error message in load_main_config
This commit is contained in:
		
							parent
							
								
									7cf25d3b98
								
							
						
					
					
						commit
						43f82078cf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -410,7 +410,7 @@ bool load_main_config(const char *file, bool is_active, bool validating) {
 | 
			
		|||
 | 
			
		||||
	char *real_path = realpath(path, NULL);
 | 
			
		||||
	if (real_path == NULL) {
 | 
			
		||||
		sway_log(SWAY_DEBUG, "%s not found.", path);
 | 
			
		||||
		sway_log(SWAY_ERROR, "%s not found", path);
 | 
			
		||||
		free(path);
 | 
			
		||||
		return false;
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue