mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-03 21:43:32 +00:00 
			
		
		
		
	check_rtp_destin(): clarify log msg
The braces as put before this patch would read as {"is known", "is not
yet known"}, which is confusing the actual situation.
Change-Id: Icd1f22a9f4147a2758c2f068ecba46cf7f732604
			
			
This commit is contained in:
		@@ -901,7 +901,7 @@ static int check_rtp_destin(struct mgcp_conn_rtp *conn)
 | 
			
		||||
	 * and IP-address for outgoing data. */
 | 
			
		||||
	if (ip_is_any && conn->end.rtp_port == 0) {
 | 
			
		||||
		LOGPCONN(conn->conn, DRTP, LOGL_DEBUG,
 | 
			
		||||
			 "destination IP-address and rtp port is (not yet) known (%s:%u)\n",
 | 
			
		||||
			 "destination IP-address and rtp port is not (yet) known (%s:%u)\n",
 | 
			
		||||
			 osmo_sockaddr_ntop(&conn->end.addr.u.sa, ipbuf), conn->end.rtp_port);
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user