From c9400b76b1fddb659973c4f51f88e631436fa516 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 25 Oct 2012 13:54:41 +0000 Subject: [PATCH] - show info on buildbots --- src/mesh/gnunet-service-mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 52eb89eb2..a42f235d1 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -7701,7 +7701,7 @@ handle_local_to_origin (void *cls, struct GNUNET_SERVER_Client *client, if (ntohl (copy->pid) != (t->bck_pid + 1)) { GNUNET_break (0); - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "To Origin PID, expected %u, got %u\n", t->bck_pid + 1, ntohl (copy->pid)); -- 2.25.1