mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	commands,container: Tweak debug output to better reflect reality.
This commit is contained in:
		
							parent
							
								
									aef3191022
								
							
						
					
					
						commit
						6eb8da0e14
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -619,7 +619,7 @@ static enum cmd_status cmd_output(int argc, char **argv) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	list_add(config->output_configs, output);
 | 
						list_add(config->output_configs, output);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	sway_log(L_DEBUG, "Configured output %s to %d x %d @ %d, %d",
 | 
						sway_log(L_DEBUG, "Config stored for output %s (%d x %d @ %d, %d)",
 | 
				
			||||||
			output->name, output->width, output->height, output->x, output->y);
 | 
								output->name, output->width, output->height, output->x, output->y);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return CMD_SUCCESS;
 | 
						return CMD_SUCCESS;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -70,7 +70,7 @@ swayc_t *new_output(wlc_handle handle) {
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	sway_log(L_DEBUG, "Added output %lu:%s", handle, name);
 | 
						sway_log(L_DEBUG, "New output %lu:%s", handle, name);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct output_config *oc = NULL;
 | 
						struct output_config *oc = NULL;
 | 
				
			||||||
	int i;
 | 
						int i;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue