set: adjust log type
authorFlorian Dold <florian.dold@gmail.com>
Sun, 18 Jun 2017 00:45:21 +0000 (02:45 +0200)
committerFlorian Dold <florian.dold@gmail.com>
Sun, 18 Jun 2017 00:45:21 +0000 (02:45 +0200)
src/set/set_api.c

index f5c43a9a7c90d056db5dfab775c2fd93a52ba858..27e2ccf04b0dc94051e87e15a0c6bca147bfba22 100644 (file)
@@ -689,7 +689,7 @@ GNUNET_SET_add_element (struct GNUNET_SET_Handle *set,
   struct GNUNET_MQ_Envelope *mqm;
   struct GNUNET_SET_ElementMessage *msg;
 
-  LOG (GNUNET_ERROR_TYPE_INFO,
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
        "adding element of type %u to set %p\n",
        (unsigned int) element->element_type,
        set);