-only trigger check config if we actually need it
[oweals/gnunet.git] / src / dht / gnunet-service-xdht_clients.c
index afd14c78d9776c94ae07dd3c91f633ba970f3d5b..2de3576b772c88ed642eeab012615d51793aa6fd 100644 (file)
@@ -1202,7 +1202,8 @@ handle_dht_local_get_stop (void *cls, struct GNUNET_SERVER_Client *client,
                             GNUNET_NO);
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Received GET STOP request for %s from local client %p\n",
-       client, GNUNET_h2s (&dht_stop_msg->key));
+       GNUNET_h2s (&dht_stop_msg->key),
+       client);
   ctx.client = find_active_client (client);
   ctx.unique_id = dht_stop_msg->unique_id;
   GNUNET_CONTAINER_multihashmap_get_multiple (forward_map, &dht_stop_msg->key,