-improve UDP logging
[oweals/gnunet.git] / src / core / gnunet-service-core_clients.c
index 58179dd35abbf956886dea2c926aa175496cf611..98072a2cab226697526b892bfb29b539d37abd96 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -559,8 +559,8 @@ client_tokenizer_callback (void *cls, void *client,
   else
   {
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                "Delivering message of type %u to %s\n",
-                ntohs (message->type),
+                "Delivering message of type %u and size %u to %s\n",
+                ntohs (message->type), ntohs (message->size),
                 GNUNET_i2s (&car->target));
     GSC_CLIENTS_deliver_message (&car->target, message,
                                 ntohs (message->size),