aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-12 23:32:03 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-13 01:24:33 +0100
commitf2d1b4fa8a76b1fdf9830b2e61d18b8c92e3eb88 (patch)
tree4a99a0c58ff5c143be0489b1c14f2567fbf96292 /src/util/client.c
parentd98cd3de6544edbe84e4c5a629526348d9aeedc8 (diff)
downloadgnunet-f2d1b4fa8a76b1fdf9830b2e61d18b8c92e3eb88.tar.gz
gnunet-f2d1b4fa8a76b1fdf9830b2e61d18b8c92e3eb88.zip
fix debug levels
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 0f7d0d359..163ae6eb9 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -298,11 +298,11 @@ recv_message (void *cls,
298 298
299 if (GNUNET_YES == cstate->in_destroy) 299 if (GNUNET_YES == cstate->in_destroy)
300 return GNUNET_SYSERR; 300 return GNUNET_SYSERR;
301 301 LOG (GNUNET_ERROR_TYPE_DEBUG,
302 LOG (GNUNET_ERROR_TYPE_INFO,
303 "Received message of type %u and size %u from %s\n", 302 "Received message of type %u and size %u from %s\n",
304 ntohs (msg->type), ntohs (msg->size), cstate->service_name); 303 ntohs (msg->type),
305 304 ntohs (msg->size),
305 cstate->service_name);
306 GNUNET_MQ_inject_message (cstate->mq, 306 GNUNET_MQ_inject_message (cstate->mq,
307 msg); 307 msg);
308 if (GNUNET_YES == cstate->in_destroy) 308 if (GNUNET_YES == cstate->in_destroy)