mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
							parent
							
								
									979a81a70d
								
							
						
					
					
						commit
						e83bf8a33f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -139,7 +139,7 @@ struct spa_log_methods {
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define SPA_LOG_FUNC(name,lev)							\
 | 
					#define SPA_LOG_FUNC(name,lev)							\
 | 
				
			||||||
static inline void spa_log_##name (struct spa_log *l, const char *format, ...)  \
 | 
					static inline SPA_PRINTF_FUNC(2,3) void spa_log_##name (struct spa_log *l, const char *format, ...)  \
 | 
				
			||||||
{										\
 | 
					{										\
 | 
				
			||||||
	if (SPA_UNLIKELY(spa_log_level_enabled(l, lev))) {			\
 | 
						if (SPA_UNLIKELY(spa_log_level_enabled(l, lev))) {			\
 | 
				
			||||||
		va_list varargs;						\
 | 
							va_list varargs;						\
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue