aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-08 17:00:18 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-08 17:00:18 +0000
commit49222564d195f9d26eb0d02e036d38743f9d7da2 (patch)
tree50f5aae0b7d98c210d511a512c92fc045a5ffbbf /src/util/mq.c
parentb457e38ca51632f6d51a705859a1a434296729c7 (diff)
downloadgnunet-49222564d195f9d26eb0d02e036d38743f9d7da2.tar.gz
gnunet-49222564d195f9d26eb0d02e036d38743f9d7da2.zip
-lower log level
Diffstat (limited to 'src/util/mq.c')
-rw-r--r--src/util/mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mq.c b/src/util/mq.c
index b9bc4f2f1..59a5f177a 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -253,7 +253,7 @@ GNUNET_MQ_inject_message (struct GNUNET_MQ_Handle *mq,
253 } 253 }
254 done: 254 done:
255 if (GNUNET_NO == handled) 255 if (GNUNET_NO == handled)
256 LOG (GNUNET_ERROR_TYPE_WARNING, 256 LOG (GNUNET_ERROR_TYPE_DEBUG,
257 "No handler for message of type %d\n", 257 "No handler for message of type %d\n",
258 ntohs (mh->type)); 258 ntohs (mh->type));
259} 259}