Change in osmo-bsc[master]: log: assignment_fsm: drop newline from assignment_fail

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.org
Sun May 23 23:03:20 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/24382 )


Change subject: log: assignment_fsm: drop newline from assignment_fail
......................................................................

log: assignment_fsm: drop newline from assignment_fail

Drop terminating newline from an assignment_fail() call which causes an
erratic line feed in logging.

Change-Id: Ib56e1f6a45c7e2c235f8ef0c8dea7151481677ab
---
M src/osmo-bsc/assignment_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/82/24382/1

diff --git a/src/osmo-bsc/assignment_fsm.c b/src/osmo-bsc/assignment_fsm.c
index 854a906..94ac54f 100644
--- a/src/osmo-bsc/assignment_fsm.c
+++ b/src/osmo-bsc/assignment_fsm.c
@@ -599,7 +599,7 @@
 		assignment_count_result(CTR_ASSIGNMENT_NO_CHANNEL);
 		assignment_fail(GSM0808_CAUSE_NO_RADIO_RESOURCE_AVAILABLE,
 				"BSSMAP Assignment Command:"
-				" No lchan available for: pref=%s:%s / alt1=%s:%s / alt2=%s:%s\n",
+				" No lchan available for: pref=%s:%s / alt1=%s:%s / alt2=%s:%s",
 				gsm48_chan_mode_name(req->ch_mode_rate_list[0].chan_mode),
 				rate_names[req->ch_mode_rate_list[0].chan_rate],
 				req->n_ch_mode_rate > 1 ? gsm48_chan_mode_name(req->ch_mode_rate_list[1].chan_mode) : "",

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ib56e1f6a45c7e2c235f8ef0c8dea7151481677ab
Gerrit-Change-Number: 24382
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/20210523/70dca0ab/attachment.htm>


More information about the gerrit-log mailing list