[SMF] Fix typo in log line

This commit is contained in:
Pau Espin 2023-06-07 11:49:10 +02:00 committed by Sukchan Lee
parent 93ad7c6f7a
commit 3a4116123f
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ void smf_gx_send_ccr(smf_sess_t *sess, ogs_gtp_xact_t *xact,
ogs_assert(ret == 0);
ogs_assert(new == 0);
ogs_debug(" Found GX Session-Id: [%s]", sess->gx_sid);
ogs_debug(" Found Gx Session-Id: [%s]", sess->gx_sid);
/* Add Session-Id to the message */
ret = ogs_diam_message_session_id_set(req, (os0_t)sess->gx_sid, sidlen);