From 891b0a857dc8f60fdb6b73c933e1d6520965e0f0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 8 Jul 2014 09:08:34 +0200 Subject: osmux: Remove extra newline from the osmux log message <000b> osmux.c:177 Cannot find endpoint with cid=7 ! <000b> osmux.c:253 Cannot find an endpoint for circuit_id=7 The extra newline and '!' do not provide any extra value and make reading the output more difficult. Just remove it. --- openbsc/src/libmgcp/osmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/src/libmgcp/osmux.c b/openbsc/src/libmgcp/osmux.c index f0c0c68ee..db5cee842 100644 --- a/openbsc/src/libmgcp/osmux.c +++ b/openbsc/src/libmgcp/osmux.c @@ -174,7 +174,7 @@ endpoint_lookup(struct mgcp_config *cfg, int cid, return tmp; } - LOGP(DMGCP, LOGL_ERROR, "Cannot find endpoint with cid=%d\n!\n", cid); + LOGP(DMGCP, LOGL_ERROR, "Cannot find endpoint with cid=%d\n", cid); return NULL; } -- cgit v1.2.3