mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	change pa_log() and friends to not require a trailing \n on all logged strings
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@574 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									cb59817b4a
								
							
						
					
					
						commit
						4a64b0d116
					
				
					 74 changed files with 558 additions and 532 deletions
				
			
		| 
						 | 
				
			
			@ -63,7 +63,7 @@ int pa_alsa_set_hw_params(snd_pcm_t *pcm_handle, const pa_sample_spec *ss, uint3
 | 
			
		|||
        goto finish;
 | 
			
		||||
 | 
			
		||||
    if (ss->rate != r) 
 | 
			
		||||
        pa_log_info(__FILE__": device doesn't support %u Hz, changed to %u Hz.\n", ss->rate, r);
 | 
			
		||||
        pa_log_info(__FILE__": device doesn't support %u Hz, changed to %u Hz.", ss->rate, r);
 | 
			
		||||
    
 | 
			
		||||
    if (snd_pcm_prepare(pcm_handle) < 0)
 | 
			
		||||
        goto finish;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue