encoding: Fix duplicate word in log str

Change-Id: Ifb0b359c43e79bab5599625fae20750ae5a6ae54
This commit is contained in:
Pau Espin 2020-11-13 13:46:27 +01:00 committed by laforge
parent e309d80dd4
commit 49efd9b606
1 changed files with 1 additions and 1 deletions

View File

@ -1460,7 +1460,7 @@ static Encoding::AppendResult rlc_data_to_dl_append_gprs(
LOGP(DRLCMACDL, LOGL_DEBUG, "-- Chunk with length %d is less "
"than remaining space (%d): add length header to "
"to delimit LLC frame\n", chunk, space);
"delimit LLC frame\n", chunk, space);
/* the LLC frame chunk ends in this block */
/* make space for delimiter */
if (delimiter != data)