mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	log_debug3 no longer exists, change the sole use in GRID_DEBUG to log_debug2.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							@@ -376,7 +376,7 @@ struct mode_key_data {
 | 
				
			|||||||
#if defined(DEBUG) && \
 | 
					#if defined(DEBUG) && \
 | 
				
			||||||
    ((defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
 | 
					    ((defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
 | 
				
			||||||
     (defined(__GNUC__) && __GNUC__ >= 3))
 | 
					     (defined(__GNUC__) && __GNUC__ >= 3))
 | 
				
			||||||
#define GRID_DEBUG(gd, fmt, ...) log_debug3("%s: (sx=%u, sy=%u, hsize=%u) " \
 | 
					#define GRID_DEBUG(gd, fmt, ...) log_debug2("%s: (sx=%u, sy=%u, hsize=%u) " \
 | 
				
			||||||
    fmt, __func__, (gd)->sx, (gd)->sy, (gd)->hsize, ## __VA_ARGS__)
 | 
					    fmt, __func__, (gd)->sx, (gd)->sy, (gd)->hsize, ## __VA_ARGS__)
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
#define GRID_DEBUG(...)
 | 
					#define GRID_DEBUG(...)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user