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 <nhofm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to