From 21f72ad4b6113709d411852b91f8d13052570aa5 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 1 Apr 2014 13:01:38 +0000 Subject: [PATCH] - remove ERROR log --- src/mesh/mesh_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c index 7149f2ff4..f9563f461 100644 --- a/src/mesh/mesh_common.c +++ b/src/mesh/mesh_common.c @@ -46,7 +46,7 @@ GM_f2s (int fwd) } else { - GNUNET_break (0); + /* Not an error, can happen with CONNECTION_BROKEN messages. */ return ""; } } -- 2.25.1