ONLY-FOR_DEBUG: increase logging class for MNCC messages

This commit is contained in:
Alexander Couzens 2018-12-26 17:27:54 +01:00 committed by gsmevent admin
parent f696c13164
commit 70fde9b381
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ static int mncc_data(struct osmo_fd *fd, unsigned int what)
memcpy(&msg_type, buf, 4);
LOGP(DMNCC, LOGL_DEBUG, "MNCC rcvd message type: %s\n", osmo_mncc_name(msg_type));
LOGP(DMNCC, LOGL_INFO, "MNCC rcvd message type: %s\n", osmo_mncc_name(msg_type));
switch (msg_type) {
case MNCC_SOCKET_HELLO: