From 3a4116123ffc66d48e9fab88a22c41b8b1ee3300 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 7 Jun 2023 11:49:10 +0200 Subject: [PATCH] [SMF] Fix typo in log line --- src/smf/gx-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smf/gx-path.c b/src/smf/gx-path.c index 884abf6ca..96c9311a4 100644 --- a/src/smf/gx-path.c +++ b/src/smf/gx-path.c @@ -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);