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
This commit is contained in:
Neels Hofmeyr 2020-05-26 03:36:06 +02:00
parent a87646cd84
commit daf5d8b6c7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}