From daf5d8b6c7ed56de786529d318264409278eedc7 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 26 May 2020 03:36:06 +0200 Subject: tweak log category for Compl L3 error At this time, no MSC has been selected for handling this subscriber, so DMSC is clearly the wrong logging category. Change-Id: I9c6373e5f28c9c69a0609889188ef28ade11da3d --- src/osmo-bsc/gsm_08_08.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bsc') diff --git a/src/osmo-bsc/gsm_08_08.c b/src/osmo-bsc/gsm_08_08.c index 7f54fe6f0..a5f749393 100644 --- a/src/osmo-bsc/gsm_08_08.c +++ b/src/osmo-bsc/gsm_08_08.c @@ -154,7 +154,7 @@ static struct bsc_msc_data *bsc_find_msc(struct gsm_subscriber_connection *conn, bool is_emerg = false; if (msgb_l3len(msg) < sizeof(*gh)) { - LOGP(DMSC, LOGL_ERROR, "There is no GSM48 header here.\n"); + LOGP(DRSL, LOGL_ERROR, "There is no GSM48 header here.\n"); return NULL; } -- cgit v1.2.3