aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-01 13:01:38 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-01 13:01:38 +0000
commit21f72ad4b6113709d411852b91f8d13052570aa5 (patch)
tree9d904e72e7696f9a61bf2a8e549189effde8b0ec
parent57366caa8d2cab0e87d1e0a4aae411040e12d9c0 (diff)
downloadgnunet-21f72ad4b6113709d411852b91f8d13052570aa5.tar.gz
gnunet-21f72ad4b6113709d411852b91f8d13052570aa5.zip
- remove ERROR log
-rw-r--r--src/mesh/mesh_common.c2
1 files changed, 1 insertions, 1 deletions
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)
46 } 46 }
47 else 47 else
48 { 48 {
49 GNUNET_break (0); 49 /* Not an error, can happen with CONNECTION_BROKEN messages. */
50 return ""; 50 return "";
51 } 51 }
52} 52}