aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_lc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_lc.c')
-rw-r--r--src/fs/gnunet-service-fs_lc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_lc.c b/src/fs/gnunet-service-fs_lc.c
index 11b26c452..fe22bd099 100644
--- a/src/fs/gnunet-service-fs_lc.c
+++ b/src/fs/gnunet-service-fs_lc.c
@@ -274,7 +274,7 @@ client_response_handler (void *cls,
274 memcpy (&pm[1], data, data_len); 274 memcpy (&pm[1], data, data_len);
275 GSF_local_client_transmit_ (lc, &pm->header); 275 GSF_local_client_transmit_ (lc, &pm->header);
276 } 276 }
277#if DEBUG_FS 277#if DEBUG_FS_CLIENT
278 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 278 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
279 "Queued reply to query `%s' for local client\n", 279 "Queued reply to query `%s' for local client\n",
280 GNUNET_h2s (&prd->query), 280 GNUNET_h2s (&prd->query),
@@ -324,7 +324,7 @@ GSF_local_client_start_search_handler_ (struct GNUNET_SERVER_Client *client,
324 sc = (msize - sizeof (struct SearchMessage)) / sizeof (GNUNET_HashCode); 324 sc = (msize - sizeof (struct SearchMessage)) / sizeof (GNUNET_HashCode);
325 sm = (const struct SearchMessage*) message; 325 sm = (const struct SearchMessage*) message;
326 type = ntohl (sm->type); 326 type = ntohl (sm->type);
327#if DEBUG_FS 327#if DEBUG_FS_CLIENT
328 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 328 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
329 "Received request for `%s' of type %u from local client\n", 329 "Received request for `%s' of type %u from local client\n",
330 GNUNET_h2s (&sm->query), 330 GNUNET_h2s (&sm->query),
@@ -354,7 +354,7 @@ GSF_local_client_start_search_handler_ (struct GNUNET_SERVER_Client *client,
354 } 354 }
355 if (cr != NULL) 355 if (cr != NULL)
356 { 356 {
357#if DEBUG_FS 357#if DEBUG_FS_CLIENT
358 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 358 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
359 "Have existing request, merging content-seen lists.\n"); 359 "Have existing request, merging content-seen lists.\n");
360#endif 360#endif