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/abis_nm.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/osmo-bsc/abis_nm.c') diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c index cb1cc56ea..d056bc439 100644 --- a/src/osmo-bsc/abis_nm.c +++ b/src/osmo-bsc/abis_nm.c @@ -1214,11 +1214,11 @@ static int parse_sdp_header(struct abis_nm_sw *sw) /* go back to the start as we checked the whole filesize.. */ lseek(sw->fd, 0l, SEEK_SET); - LOGP(DNM, LOGL_NOTICE, "The ipaccess SDP header is not fully understood.\n" - "There might be checksums in the file that are not\n" - "verified and incomplete firmware might be flashed.\n" - "There is absolutely no WARRANTY that flashing will\n" - "work.\n"); + LOGP(DNM, LOGL_NOTICE, "The ipaccess SDP header is not fully understood." + " There might be checksums in the file that are not" + " verified and incomplete firmware might be flashed." + " There is absolutely no WARRANTY that flashing will" + " work.\n"); return 0; } -- cgit v1.2.3