aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_nm.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-19 16:16:55 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-07-23 01:29:23 +0200
commit629a43a4c253895af52e293cc202516da4f1a6b1 (patch)
treefda96647f60360d9a5202a401834b7c81d2bc05b /src/osmo-bsc/abis_nm.c
parent31716f981a260390cbdda7fdb164ec4faca12c8a (diff)
various logging: fix missing/extra newlines
Diffstat (limited to 'src/osmo-bsc/abis_nm.c')
-rw-r--r--src/osmo-bsc/abis_nm.c10
1 files changed, 5 insertions, 5 deletions
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;
}