aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index 0e292fbd1..6c696ce84 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -427,10 +427,10 @@ handle_transport_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
427 break; 427 break;
428 default: 428 default:
429 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 429 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
430 _("Unsupported message of type %u (%u bytes) received from peer `%s'\n"), 430 _
431 (unsigned int) type, 431 ("Unsupported message of type %u (%u bytes) received from peer `%s'\n"),
432 (unsigned int) ntohs (message->size), 432 (unsigned int) type, (unsigned int) ntohs (message->size),
433 GNUNET_i2s (peer)); 433 GNUNET_i2s (peer));
434 return; 434 return;
435 } 435 }
436} 436}