From 49efd9b606ed468f22250635f4a0f1a0255a6622 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 13 Nov 2020 13:46:27 +0100 Subject: [PATCH] encoding: Fix duplicate word in log str Change-Id: Ifb0b359c43e79bab5599625fae20750ae5a6ae54 --- src/encoding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoding.cpp b/src/encoding.cpp index 7f5da75f..23e1460d 100644 --- a/src/encoding.cpp +++ b/src/encoding.cpp @@ -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)