pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/34028 )
Change subject: layer23: modem: Fix newline character typo in log line ......................................................................
layer23: modem: Fix newline character typo in log line
Change-Id: I3ff9b71ff469e339aadff643b582efb06d5efb6c --- M src/host/layer23/src/modem/gmm.c 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/src/host/layer23/src/modem/gmm.c b/src/host/layer23/src/modem/gmm.c index 5ea2b43..17cc228 100644 --- a/src/host/layer23/src/modem/gmm.c +++ b/src/host/layer23/src/modem/gmm.c @@ -161,7 +161,7 @@ } } else { if (old_tlli != OSMO_GPRS_GMM_TLLI_UNASSIGNED) - LOGP(DGMM, LOGL_ERROR, "%s(): Unexpected Rx %s with unknown TLLI=0x%08xn", + LOGP(DGMM, LOGL_ERROR, "%s(): Unexpected Rx %s with unknown TLLI=0x%08x\n", __func__, pdu_name, old_tlli); }