-only trigger check config if we actually need it
[oweals/gnunet.git] / src / dht / gnunet-service-wdht_clients.c
index 3d2eba460d1a1258a20cd0750f670df1163bf8af..6d5c477adfc21f3b2ec26336f30b897b5dadad89 100644 (file)
@@ -1214,7 +1214,8 @@ handle_dht_local_get_stop (void *cls,
                             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,