From d5d39ae2b680c64c2dc616d6ca3886dac9092066 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 24 Aug 2016 17:02:19 +0200 Subject: log: rsl notice: tiny tweak for readability Change-Id: I57c3b7d27d857c96e3fa3dacf7b766bc43100fc3 --- openbsc/src/libbsc/abis_rsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/libbsc/abis_rsl.c b/openbsc/src/libbsc/abis_rsl.c index d9ca55049..9af986a68 100644 --- a/openbsc/src/libbsc/abis_rsl.c +++ b/openbsc/src/libbsc/abis_rsl.c @@ -790,7 +790,7 @@ static int rsl_rf_chan_release(struct gsm_lchan *lchan, int error, osmo_timer_del(&lchan->T3109); if (lchan->state == LCHAN_S_REL_ERR) { - LOGP(DRSL, LOGL_NOTICE, "%s is in error state not sending release.\n", + LOGP(DRSL, LOGL_NOTICE, "%s is in error state, not sending release.\n", gsm_lchan_name(lchan)); return -1; } -- cgit v1.2.3