rsl: remove redundant gsm_lchan_name() in rsl_tx_rf_rel_ack()

Change-Id: I69dc11c66a774ddb7364d6ecd9bdb2e94e6cad66
This commit is contained in:
Vadim Yanitskiy 2023-03-14 21:10:27 +07:00
parent 33956215a7
commit 729037de0a
1 changed files with 1 additions and 1 deletions

View File

@ -1295,7 +1295,7 @@ int rsl_tx_rf_rel_ack(struct gsm_lchan *lchan)
}
if (!send_rel_ack) {
LOGPLCHAN(lchan, DRSL, LOGL_NOTICE, "%s not sending REL ACK\n", gsm_lchan_name(lchan));
LOGPLCHAN(lchan, DRSL, LOGL_NOTICE, "not sending REL ACK\n");
return 0;
}