gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28109 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r28109 - gnunet/src/util
Date: Wed, 17 Jul 2013 12:33:50 +0200

Author: grothoff
Date: 2013-07-17 12:33:49 +0200 (Wed, 17 Jul 2013)
New Revision: 28109

Modified:
   gnunet/src/util/server_nc.c
Log:
-use separate logging cateogory for util-server-nc

Modified: gnunet/src/util/server_nc.c
===================================================================
--- gnunet/src/util/server_nc.c 2013-07-17 10:33:29 UTC (rev 28108)
+++ gnunet/src/util/server_nc.c 2013-07-17 10:33:49 UTC (rev 28109)
@@ -33,7 +33,7 @@
 #include "gnunet_server_lib.h"
 #include "gnunet_time_lib.h"
 
-#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
+#define LOG(kind,...) GNUNET_log_from (kind, "util-server-nc", __VA_ARGS__)
 
 
 /**
@@ -385,7 +385,7 @@
   /* append */
   GNUNET_CONTAINER_DLL_insert_tail (client->pending_head, client->pending_tail,
                                     pml);
-  if (client->th == NULL)
+  if (NULL == client->th)
     client->th =
         GNUNET_SERVER_notify_transmit_ready (client->client,
                                              ntohs (client->pending_head->




reply via email to

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