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/.
neels gerrit-no-reply at lists.osmocom.orgneels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/25037 )
Change subject: log: fix missing newline in lchan_select.c
......................................................................
log: fix missing newline in lchan_select.c
Change-Id: Iea8bc73ba6da24f353ad422cdea3fa88173a9a1c
---
M src/osmo-bsc/lchan_select.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/37/25037/1
diff --git a/src/osmo-bsc/lchan_select.c b/src/osmo-bsc/lchan_select.c
index 022d516..ad45dc7 100644
--- a/src/osmo-bsc/lchan_select.c
+++ b/src/osmo-bsc/lchan_select.c
@@ -136,7 +136,7 @@
found_lchan->interf_dbm,
found_lchan->ts->pchan_is != as_pchan ? ", after dyn PCHAN change," : "");
else
- LOGPLCHANALLOC("Nothing found");
+ LOGPLCHANALLOC("Nothing found\n");
return found_lchan;
#undef LOGPLCHANALLOC
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/25037
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Iea8bc73ba6da24f353ad422cdea3fa88173a9a1c
Gerrit-Change-Number: 25037
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210723/4597daae/attachment.htm>