nicer
authorChristian Grothoff <christian@grothoff.org>
Sat, 3 Jul 2010 13:58:14 +0000 (13:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 3 Jul 2010 13:58:14 +0000 (13:58 +0000)
src/util/client.c

index 8526de92b454a2b9cd8e2161ab2d271fc5ef5781..eba599575a63c5b46fb0a3f521b497805ca47258 100644 (file)
@@ -525,7 +525,8 @@ receive_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 
 #if DEBUG_CLIENT
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             "Received message of size %u\n",
+             "Received message of type %u and size %u\n",
+             ntohs (cmsg->type),
              msize);
 #endif
   sock->receive_task = GNUNET_SCHEDULER_NO_TASK;