[PATCH] libosmo-abis[master]: Fix log message to match function name

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Mon Dec 5 15:11:44 UTC 2016


Review at  https://gerrit.osmocom.org/1363

Fix log message to match function name

Change-Id: I5c36bbc35e2ba794b5e446f52a0752bcf1367d11
---
M src/trau/osmo_ortp.c
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/63/1363/1

diff --git a/src/trau/osmo_ortp.c b/src/trau/osmo_ortp.c
index 51829d1..f7adc93 100644
--- a/src/trau/osmo_ortp.c
+++ b/src/trau/osmo_ortp.c
@@ -173,7 +173,8 @@
 	if (recv_with_cb(rs))
 		return 1;
 
-	LOGP(DLMIB, LOGL_INFO, "osmo_rtp_poll(%u): ERROR!\n", rs->rx_user_ts);
+	LOGP(DLMIB, LOGL_INFO, "osmo_rtp_socket_poll(%u): ERROR!\n",
+	     rs->rx_user_ts);
 	return 0;
 }
 

-- 
To view, visit https://gerrit.osmocom.org/1363
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c36bbc35e2ba794b5e446f52a0752bcf1367d11
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list