aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcommon/gsup_test_client.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-25 00:36:42 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-25 00:38:11 +0100
commit703f2ec6f40af2c2d46d10b5896b9dc74b65c3c0 (patch)
treeb02ff002b2d7cbf07e07b0b6e0b5553be747100f /src/libcommon/gsup_test_client.c
parent45f234c634444fe5410f75c18b55bb64cf5d4fe5 (diff)
debug: Remove dead log categories
Diffstat (limited to 'src/libcommon/gsup_test_client.c')
-rw-r--r--src/libcommon/gsup_test_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcommon/gsup_test_client.c b/src/libcommon/gsup_test_client.c
index 557629268..860504067 100644
--- a/src/libcommon/gsup_test_client.c
+++ b/src/libcommon/gsup_test_client.c
@@ -201,7 +201,7 @@ static int gsupc_read_cb(struct gsup_client *gsupc, struct msgb *msg)
struct imsi_op *io;
int rc;
- DEBUGP(DGPRS, "Rx GSUP %s\n", osmo_hexdump(msgb_l2(msg), msgb_l2len(msg)));
+ DEBUGP(DLGSUP, "Rx GSUP %s\n", osmo_hexdump(msgb_l2(msg), msgb_l2len(msg)));
rc = osmo_gsup_decode(msgb_l2(msg), msgb_l2len(msg), &gsup_msg);
if (rc < 0)