From: Christian Grothoff Date: Fri, 10 Sep 2010 09:17:35 +0000 (+0000) Subject: warn X-Git-Tag: initial-import-from-subversion-38251~20361 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=51ed6d96424619a8669854deab5f6ec05806c75a;p=oweals%2Fgnunet.git warn --- diff --git a/src/util/server.c b/src/util/server.c index 6a59ce866..242feba43 100644 --- a/src/util/server.c +++ b/src/util/server.c @@ -617,13 +617,11 @@ GNUNET_SERVER_inject (struct GNUNET_SERVER_Handle *server, { if ((mh->expected_size != 0) && (mh->expected_size != size)) { -#if DEBUG_SERVER - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Expected %u bytes for message of type %u, got %u\n", mh->expected_size, mh->type, size); -#endif GNUNET_break_op (0); return GNUNET_SYSERR; }