Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/7675

to look at the new patch set (#3).

libmsc/ussd.c: cosmetic: correct log level and message

Change-Id: If6c270fae54ce79c2708c99d7762ce6ff71f43d9
---
M src/libmsc/ussd.c
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/75/7675/3

diff --git a/src/libmsc/ussd.c b/src/libmsc/ussd.c
index 748cfbb..ab59571 100644
--- a/src/libmsc/ussd.c
+++ b/src/libmsc/ussd.c
@@ -72,7 +72,8 @@
        gh = msgb_l3(msg);
        rc = gsm0480_decode_ss_request(gh, msgb_l3len(msg), &req);
        if (!rc) {
-               DEBUGP(DMM, "Unhandled SS\n");
+               LOGP(DMM, LOGL_ERROR, "SS/USSD message parsing error, "
+                       "rejecting request...\n");
                rc = gsm0480_send_ussd_reject(conn, &req);
                return rc;
        }

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

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If6c270fae54ce79c2708c99d7762ce6ff71f43d9
Gerrit-PatchSet: 3
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilira...@gmail.com>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <axilira...@gmail.com>

Reply via email to