gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36082 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r36082 - gnunet/src/cadet
Date: Wed, 15 Jul 2015 13:45:17 +0200

Author: bartpolot
Date: 2015-07-15 13:45:16 +0200 (Wed, 15 Jul 2015)
New Revision: 36082

Modified:
   gnunet/src/cadet/cadet_api.c
Log:
- better log

Modified: gnunet/src/cadet/cadet_api.c
===================================================================
--- gnunet/src/cadet/cadet_api.c        2015-07-15 11:45:16 UTC (rev 36081)
+++ gnunet/src/cadet/cadet_api.c        2015-07-15 11:45:16 UTC (rev 36082)
@@ -1549,8 +1549,8 @@
         break;
       default:
         GNUNET_break (0);
-        LOG (GNUNET_ERROR_TYPE_ERROR, "unexpected msg %u\n",
-             ntohs(msg->type));
+        LOG (GNUNET_ERROR_TYPE_ERROR, "unexpected unsent msg %s\n",
+             GC_m2s (ntohs(msg->type)));
     }
 
     GNUNET_CONTAINER_DLL_remove (handle->th_head, handle->th_tail, th);




reply via email to

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