-only trigger check config if we actually need it
[oweals/gnunet.git] / src / dht / dht_api.c
index de1043ca95655844b7b93a3432da4d18c7c99eb7..f67c1075fcdf2329004df65ab6a7b5ad213b2970 100644 (file)
@@ -993,6 +993,10 @@ GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle,
   }
   if (NULL == handle->mq)
     return NULL;
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "Sending PUT for %s to DHT via %p\n",
+       GNUNET_h2s (key),
+       handle);
   ph = GNUNET_new (struct GNUNET_DHT_PutHandle);
   ph->dht_handle = handle;
   ph->cont = cont;