pcu_sock: rework log output

The code is easier to read when the log string is in one line

Change-Id: Idc673e0b15869c6966701524db1af7d7847c16ab
Related: OS#5198
This commit is contained in:
Philipp Maier 2023-02-01 12:34:27 +01:00
parent 364f7ec189
commit c206cd7808
1 changed files with 2 additions and 2 deletions

View File

@ -447,8 +447,8 @@ static int pcu_rx_data_req(struct gsm_bts *bts, uint8_t msg_type,
/* DT = direct tlli. A tlli is prefixed */
if (data_req->len < 5) {
LOGP(DPCU, LOGL_ERROR, "Received PCU data request with "
"invalid/small length %d\n", data_req->len);
LOGP(DPCU, LOGL_ERROR, "Received PCU data request with invalid/small length %d\n",
data_req->len);
break;
}
memcpy(&tlli, data_req->data, 4);