mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	config: mention that reload message is also printed on validation
This commit is contained in:
		
							parent
							
								
									5fdffea99a
								
							
						
					
					
						commit
						f54287eaf3
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -389,7 +389,8 @@ bool load_main_config(const char *file, bool is_active, bool validating) {
 | 
				
			||||||
	config_defaults(config);
 | 
						config_defaults(config);
 | 
				
			||||||
	config->validating = validating;
 | 
						config->validating = validating;
 | 
				
			||||||
	if (is_active) {
 | 
						if (is_active) {
 | 
				
			||||||
		wlr_log(WLR_DEBUG, "Performing configuration file reload");
 | 
							wlr_log(WLR_DEBUG, "Performing configuration file %s",
 | 
				
			||||||
 | 
								validating ? "validation" : "reload");
 | 
				
			||||||
		config->reloading = true;
 | 
							config->reloading = true;
 | 
				
			||||||
		config->active = true;
 | 
							config->active = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue