From 3e1a75fe228d471dc8c1c7c344ce75859f13b3c8 Mon Sep 17 00:00:00 2001 From: Niklas Hofmann Date: Sat, 9 Aug 2014 18:45:29 +0200 Subject: [PATCH] fix in log message --- src/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.c b/src/net.c index 5db7f031..594d4bf8 100644 --- a/src/net.c +++ b/src/net.c @@ -309,7 +309,7 @@ static void periodic_handler(event_loop_t *loop, void *data) { } if(satisfied) { - logger(mesh, MESHLINK_INFO, "* If we have enough active connections, remove pending outgoing connections."); + logger(mesh, MESHLINK_INFO, "* We have enough active connections, remove pending outgoing connections."); /* If we have enough active connections, remove any pending outgoing connections. Do not remove pending connections to unreachable -- 2.39.2