[PATCH] osmo-bsc[master]: bsc_api.c: fix log string format

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Feb 27 02:21:16 UTC 2018


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

bsc_api.c: fix log string format

Fix string format error introduced by recent commit:

"bsc_api: drop unknown RR messages."
I0a4d311f6939a4fcee59129daa18da4a2ab510ae
e4b0ebb25b68d667b9281573638c49358f71007f

Change-Id: Iab11ec6c44eb235d327b3776d5f1d82267ddadaa
---
M src/libbsc/bsc_api.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/58/6958/1

diff --git a/src/libbsc/bsc_api.c b/src/libbsc/bsc_api.c
index 7c9ed6f..d5aaf9b 100644
--- a/src/libbsc/bsc_api.c
+++ b/src/libbsc/bsc_api.c
@@ -775,7 +775,7 @@
 		default:
 			/* Drop unknown RR message */
 			LOGP(DRR, LOGL_NOTICE,
-			     "%s Dropping %s 04.08 RR message from %s\n",
+			     "%s Dropping %s 04.08 RR message\n",
 			     gsm_lchan_name(conn->lchan), gsm48_rr_msg_name(msg_type));
 		}
 		break;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab11ec6c44eb235d327b3776d5f1d82267ddadaa
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list