pcu_sock: Fix typo in log message

Change-Id: I63f0ba277318e254cfd9ad571899f3a45529ff16
This commit is contained in:
Pau Espin 2020-08-26 13:49:11 +02:00
parent 8f1974ba1e
commit 063eaa80a4
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ static int pcu_rx_act_req(struct gsm_bts *bts,
struct gsm_bts_trx *trx;
struct gsm_lchan *lchan;
LOGP(DPCU, LOGL_INFO, "%s request received: TRX=%d TX=%d\n",
LOGP(DPCU, LOGL_INFO, "%s request received: TRX=%d TS=%d\n",
(act_req->activate) ? "Activate" : "Deactivate",
act_req->trx_nr, act_req->ts_nr);