matanp has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/36/42036/1
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;