From 629a43a4c253895af52e293cc202516da4f1a6b1 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 19 Jul 2018 16:16:55 +0200 Subject: various logging: fix missing/extra newlines Change-Id: Id2619d0d45eb2686246c03643b4a578392a54cfe --- src/osmo-bsc/system_information.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bsc/system_information.c') diff --git a/src/osmo-bsc/system_information.c b/src/osmo-bsc/system_information.c index d99153f24..f810f526c 100644 --- a/src/osmo-bsc/system_information.c +++ b/src/osmo-bsc/system_information.c @@ -556,7 +556,7 @@ static int bitvec2freq_list(uint8_t *chan_list, struct bitvec *bv, return 0; LOGP(DRR, LOGL_ERROR, "min_arfcn=%u, max_arfcn=%u, arfcns=%d " - "can not generate ARFCN list", min, max, arfcns); + "can not generate ARFCN list\n", min, max, arfcns); return -EINVAL; } -- cgit v1.2.3