diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-10 13:31:39 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-10 13:31:39 +0000 |
commit | 947315513e467d86efa188becbbbb274a76f0df3 (patch) | |
tree | e4636f997527f8a60c2cac9f490333853ff885ad | |
parent | 761a210ab9d8d6b9a80f2d8bd932b4306a86c0c8 (diff) |
- silence!
git-svn-id: https://gnunet.org/svn/gnunet@25355 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/mesh/gnunet-service-mesh.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index d1bd579efe..18dbbbdb53 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -5978,8 +5978,7 @@ handle_mesh_data_to_orig (void *cls, const struct GNUNET_PeerIdentity *peer, { /* TODO notify that we dont know this tunnel (whom)? */ GNUNET_STATISTICS_update (stats, "# data on unknown tunnel", 1, GNUNET_NO); - GNUNET_break_op (0); - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received to_origin with PID %u on unknown tunnel %s [%u]\n", pid, GNUNET_i2s (&msg->oid), ntohl (msg->tid)); return GNUNET_OK; |