Review at  https://gerrit.osmocom.org/7675

libmsc/ussd.c: cosmetic: correct logging level

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


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

diff --git a/src/libmsc/ussd.c b/src/libmsc/ussd.c
index ce8939a..7a17786 100644
--- a/src/libmsc/ussd.c
+++ b/src/libmsc/ussd.c
@@ -72,7 +72,7 @@
        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, "Unhandled SS message\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: newchange
Gerrit-Change-Id: If6c270fae54ce79c2708c99d7762ce6ff71f43d9
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilira...@gmail.com>

Reply via email to