summaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 281a851e0..66df134fb 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -984,8 +984,8 @@ main_notify_handler (void *cls, const struct GNUNET_MessageHeader *msg)
984 if ((mh->expected_size != ntohs (em->size)) && (mh->expected_size != 0)) 984 if ((mh->expected_size != ntohs (em->size)) && (mh->expected_size != 0))
985 { 985 {
986 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 986 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
987 "Unexpected message size for message of type %u\n", 987 "Unexpected message size %u for message of type %u from peer `%4s'\n",
988 mh->type); 988 htons (em->size), mh->type, GNUNET_i2s (&ntm->peer));
989 GNUNET_break_op (0); 989 GNUNET_break_op (0);
990 continue; 990 continue;
991 } 991 }