From e656476c1e8676aecfadbc8d6c78e83c4bffc88d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 23 Oct 2011 14:49:05 +0000 Subject: [PATCH] op --- src/core/core_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core_api.c b/src/core/core_api.c index 878e25a2e..57c2932a2 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -989,7 +989,7 @@ main_notify_handler (void *cls, const struct GNUNET_MessageHeader *msg) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Unexpected message size for message of type %u\n", mh->type); - GNUNET_break (0); + GNUNET_break_op (0); continue; } if (GNUNET_OK != -- 2.25.1