From: Bart Polot Date: Fri, 21 Sep 2012 16:34:09 +0000 (+0000) Subject: - show on buildbots X-Git-Tag: initial-import-from-subversion-38251~11698 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0cb283dbf191449b9e7109628d4b3edb6f6b42bf;p=oweals%2Fgnunet.git - show on buildbots --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index a88fba5b7..e8fb229dc 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -4825,7 +4825,7 @@ queue_send (void *cls, size_t size, void *buf) if (cinfo->send_buffer[cinfo->send_buffer_start] != queue) { GNUNET_break (0); - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "at pos %u (%p) != %p\n", cinfo->send_buffer_start, cinfo->send_buffer[cinfo->send_buffer_start],