log: rsl notice: tiny tweak for readability

Change-Id: I57c3b7d27d857c96e3fa3dacf7b766bc43100fc3
This commit is contained in:
Neels Hofmeyr 2016-08-24 17:02:19 +02:00 committed by Harald Welte
parent 423269f803
commit d5d39ae2b6
1 changed files with 1 additions and 1 deletions

View File

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