mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Cleanup log_env
SWAY_CURSOR_* are not used anymore. LD_PRELOAD_PATH doesn't exist and has been replaced with LD_PRELOAD.
This commit is contained in:
		
							parent
							
								
									7c27d73b02
								
							
						
					
					
						commit
						7c72327ab5
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -132,13 +132,10 @@ void run_as_ipc_client(char *command, char *socket_path) {
 | 
			
		|||
 | 
			
		||||
static void log_env(void) {
 | 
			
		||||
	const char *log_vars[] = {
 | 
			
		||||
		"LD_LIBRARY_PATH",
 | 
			
		||||
		"LD_PRELOAD",
 | 
			
		||||
		"PATH",
 | 
			
		||||
		"LD_LIBRARY_PATH",
 | 
			
		||||
		"LD_PRELOAD_PATH",
 | 
			
		||||
		"LD_LIBRARY_PATH",
 | 
			
		||||
		"SWAY_CURSOR_THEME",
 | 
			
		||||
		"SWAY_CURSOR_SIZE",
 | 
			
		||||
		"SWAYSOCK"
 | 
			
		||||
		"SWAYSOCK",
 | 
			
		||||
	};
 | 
			
		||||
	for (size_t i = 0; i < sizeof(log_vars) / sizeof(char *); ++i) {
 | 
			
		||||
		sway_log(SWAY_INFO, "%s=%s", log_vars[i], getenv(log_vars[i]));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue