Change in osmo-pcu[master]: encoding: Fix duplicate word in log str

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Nov 17 09:52:29 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/21137 )

Change subject: encoding: Fix duplicate word in log str
......................................................................

encoding: Fix duplicate word in log str

Change-Id: Ifb0b359c43e79bab5599625fae20750ae5a6ae54
---
M src/encoding.cpp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/encoding.cpp b/src/encoding.cpp
index 7f5da75..23e1460 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -1460,7 +1460,7 @@
 
 	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)

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/21137
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ifb0b359c43e79bab5599625fae20750ae5a6ae54
Gerrit-Change-Number: 21137
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201117/bb32b6b8/attachment.htm>


More information about the gerrit-log mailing list