aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-11-24 21:13:23 -0500
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-11-24 21:13:23 -0500
commit945fb547dba1f562538de718bad69d5780b467ce (patch)
treec9cf11c7118d151f40cccd626df8ff732f67ec36
parentccdd23317062d7e94f5eb40f025ab21c9bdaa50f (diff)
rtp_proxy: Fix debug output for rtp_socket_upstream().
-rw-r--r--openbsc/src/libtrau/rtp_proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libtrau/rtp_proxy.c b/openbsc/src/libtrau/rtp_proxy.c
index 4cdab3de3..12c76d8be 100644
--- a/openbsc/src/libtrau/rtp_proxy.c
+++ b/openbsc/src/libtrau/rtp_proxy.c
@@ -763,8 +763,8 @@ int rtp_socket_proxy(struct rtp_socket *this, struct rtp_socket *other)
int rtp_socket_upstream(struct rtp_socket *this, struct gsm_network *net,
uint32_t callref, uint32_t msg_type)
{
- DEBUGP(DLMUX, "rtp_socket_proxy(this=%p, callref=%u)\n",
- this, callref);
+ DEBUGP(DLMUX, "rtp_socket_upstream(this=%p, callref=%u, , msg_type=%u)\n",
+ this, callref, msg_type);
if (callref) {
this->rx_action = RTP_RECV_UPSTREAM;