laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/42036?usp=email )
Change subject: smscb_peer_fsm: Replace printf with debug log
......................................................................
smscb_peer_fsm: Replace printf with debug log
Change-Id: I026da3797a025d79f500f742e97139fbc5bbbcad
---
M src/cbsp_smscb_peer_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/cbsp_smscb_peer_fsm.c b/src/cbsp_smscb_peer_fsm.c
index 90d0561..31b2472 100644
--- a/src/cbsp_smscb_peer_fsm.c
+++ b/src/cbsp_smscb_peer_fsm.c
@@ -134,7 +134,7 @@
break;
case CBC_CELL_ID_CGI:
u->global = cci->u.cgi;
- printf("u->global: %s\n", osmo_hexdump((uint8_t *) &u->global,
sizeof(u->global)));
+ LOGP(DSMSCB, LOGL_DEBUG, "u->global: %s\n",
osmo_hexdump((uint8_t *)&u->global, sizeof(u->global)));
break;
case CBC_CELL_ID_LAC_CI:
u->lac_and_ci = cci->u.lac_and_ci;
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/42036?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I026da3797a025d79f500f742e97139fbc5bbbcad
Gerrit-Change-Number: 42036
Gerrit-PatchSet: 1
Gerrit-Owner: matanp <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>