mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Fix copy-paste typo in the warning message.
This commit is contained in:
		
							parent
							
								
									781b7b187a
								
							
						
					
					
						commit
						018058ea35
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -446,7 +446,7 @@ static int make_socket(struct sockaddr_storage *src, socklen_t src_len,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	val = IPTOS_LOWDELAY;
 | 
						val = IPTOS_LOWDELAY;
 | 
				
			||||||
	if (setsockopt(fd, IPPROTO_IP, IP_TOS, &val, sizeof(val)) < 0)
 | 
						if (setsockopt(fd, IPPROTO_IP, IP_TOS, &val, sizeof(val)) < 0)
 | 
				
			||||||
		pw_log_warn("setsockopt(SO_PRIORITY) failed: %m");
 | 
							pw_log_warn("setsockopt(IP_TOS) failed: %m");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return fd;
 | 
						return fd;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue