[Olsr-dev] [PATCH v1 21/23] linux: clean up olsr_exit messages

Ferry Huberts (spam-protected)
Fri Nov 6 16:29:13 CET 2015


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 src/linux/net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/linux/net.c b/src/linux/net.c
index 03f136b..9642003 100644
--- a/src/linux/net.c
+++ b/src/linux/net.c
@@ -225,7 +225,7 @@ net_os_set_global_ifoptions(void) {
     olsr_startup_sleep(3);
   }
   else if ((!olsr_cnf->set_ip_forward) && (orig_fwd_state != OLSRD_FORWARD_VALUE)) {
-    olsr_exit("IP forwarding not activated, shutting down.\n", 1);
+    olsr_exit("IP forwarding not activated", 1);
   }
 
   if (olsr_cnf->smart_gw_active) {
-- 
2.5.0




More information about the Olsr-dev mailing list