mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Remove newline at end of log messages
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
This commit is contained in:
		
							parent
							
								
									9cc778123f
								
							
						
					
					
						commit
						8b076c3ed9
					
				
					 18 changed files with 60 additions and 60 deletions
				
			
		| 
						 | 
				
			
			@ -137,7 +137,7 @@ static int bluez5_sco_acquire_cb(pa_bluetooth_transport *t, bool optional, size_
 | 
			
		|||
    addr.sco_family = AF_BLUETOOTH;
 | 
			
		||||
    bacpy(&addr.sco_bdaddr, &dst);
 | 
			
		||||
 | 
			
		||||
    pa_log_info ("doing connect\n");
 | 
			
		||||
    pa_log_info("doing connect");
 | 
			
		||||
    err = connect(sock, (struct sockaddr *) &addr, sizeof(addr));
 | 
			
		||||
    if (err < 0 && !(errno == EAGAIN || errno == EINPROGRESS)) {
 | 
			
		||||
        pa_log_error("connect(): %s", pa_cstrerror(errno));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue