gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11208 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r11208 - gnunet/src/core
Date: Thu, 6 May 2010 11:02:26 +0200

Author: grothoff
Date: 2010-05-06 11:02:26 +0200 (Thu, 06 May 2010)
New Revision: 11208

Modified:
   gnunet/src/core/core_api.c
Log:
dbg

Modified: gnunet/src/core/core_api.c
===================================================================
--- gnunet/src/core/core_api.c  2010-05-06 08:56:32 UTC (rev 11207)
+++ gnunet/src/core/core_api.c  2010-05-06 09:02:26 UTC (rev 11208)
@@ -547,10 +547,11 @@
       (ntohs (msg->size) != sizeof (struct InitReplyMessage)) ||
       (ntohs (msg->type) != GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY))
     {
-      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+      GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   _
-                  ("Error connecting to core service (failed to receive `%s' 
message).\n"),
-                  "INIT_REPLY");
+                  ("Error connecting to core service (failed to receive `%s' 
message, got message of type %u).\n"),
+                  "INIT_REPLY",
+                 ntohs (msg->type));
       GNUNET_break (msg == NULL);
       transmit_start (h, 0, NULL);
       return;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]