aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-03-15 21:06:25 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-03-15 21:06:25 +0100
commit55073613bbd9b6a0f97309bcfb8683f951c4405f (patch)
treea4865210b1d98c5237f7c9be6d31616afc4a0afc
parentc6699ac8d455a9810b4252b4abf8738ae10c8a7c (diff)
fix another log line end in assignment_fsm.c
-rw-r--r--src/osmo-bsc/assignment_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/assignment_fsm.c b/src/osmo-bsc/assignment_fsm.c
index 81a2a1e60..c17b55509 100644
--- a/src/osmo-bsc/assignment_fsm.c
+++ b/src/osmo-bsc/assignment_fsm.c
@@ -88,7 +88,7 @@ static const struct state_timeout assignment_fsm_timeouts[32] = {
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)