mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	log: use pa_logl() instead of pa_log_level()
This commit is contained in:
		
							parent
							
								
									b9f1af48d2
								
							
						
					
					
						commit
						39a26d8c6b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -323,7 +323,7 @@ void pa_log_levelv_meta(
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (!pa_utf8_valid(text))
 | 
					    if (!pa_utf8_valid(text))
 | 
				
			||||||
        pa_log_level(level, __FILE__": invalid UTF-8 string following below:");
 | 
					        pa_logl(level, "Invalid UTF-8 string following below:");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    for (t = text; t; t = n) {
 | 
					    for (t = text; t; t = n) {
 | 
				
			||||||
        if ((n = strchr(t, '\n'))) {
 | 
					        if ((n = strchr(t, '\n'))) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue