aboutsummaryrefslogtreecommitdiff
path: root/src/util/server_nc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-17 10:33:49 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-17 10:33:49 +0000
commit46446baabff53dc3eccc7a4665a15b3118c535d9 (patch)
tree80a5e642097057fd0c6539edda7385bfcc5227b0 /src/util/server_nc.c
parente885868546bafeba87461678102bc4644065a1ba (diff)
downloadgnunet-46446baabff53dc3eccc7a4665a15b3118c535d9.tar.gz
gnunet-46446baabff53dc3eccc7a4665a15b3118c535d9.zip
-use separate logging cateogory for util-server-nc
Diffstat (limited to 'src/util/server_nc.c')
-rw-r--r--src/util/server_nc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/server_nc.c b/src/util/server_nc.c
index 7a96dd6ef..29fa6fbd9 100644
--- a/src/util/server_nc.c
+++ b/src/util/server_nc.c
@@ -33,7 +33,7 @@
33#include "gnunet_server_lib.h" 33#include "gnunet_server_lib.h"
34#include "gnunet_time_lib.h" 34#include "gnunet_time_lib.h"
35 35
36#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) 36#define LOG(kind,...) GNUNET_log_from (kind, "util-server-nc", __VA_ARGS__)
37 37
38 38
39/** 39/**
@@ -385,7 +385,7 @@ do_unicast (struct GNUNET_SERVER_NotificationContext *nc,
385 /* append */ 385 /* append */
386 GNUNET_CONTAINER_DLL_insert_tail (client->pending_head, client->pending_tail, 386 GNUNET_CONTAINER_DLL_insert_tail (client->pending_head, client->pending_tail,
387 pml); 387 pml);
388 if (client->th == NULL) 388 if (NULL == client->th)
389 client->th = 389 client->th =
390 GNUNET_SERVER_notify_transmit_ready (client->client, 390 GNUNET_SERVER_notify_transmit_ready (client->client,
391 ntohs (client->pending_head-> 391 ntohs (client->pending_head->