Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/13288
Change subject: fix another log line end in assignment_fsm.c
......................................................................
fix another log line end in assignment_fsm.c
Change-Id: I3be062ad7ecb5ba801cd7412e90c4bc5bf7e367c
---
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/88/13288/1
diff --git a/src/osmo-bsc/assignment_fsm.c b/src/osmo-bsc/assignment_fsm.c
index 81a2a1e..c17b555 100644
--- a/src/osmo-bsc/assignment_fsm.c
+++ b/src/osmo-bsc/assignment_fsm.c
@@ -88,7 +88,7 @@
conn->assignment.result_rate_ctr_done = true; \
} else \
LOG_ASSIGNMENT(conn, LOGL_DEBUG, \
- "result rate counter already recorded,
NOT counting as: %s %s", \
+ "result rate counter already recorded,
NOT counting as: %s %s\n", \
bsc_ctr_description[counter].name, \
bsc_ctr_description[counter].description); \
} while(0)
--
To view, visit https://gerrit.osmocom.org/13288
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3be062ad7ecb5ba801cd7412e90c4bc5bf7e367c
Gerrit-Change-Number: 13288
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>