aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rps/gnunet-service-rps_sampler.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.c b/src/rps/gnunet-service-rps_sampler.c
index f960bd6c7..2209fd13d 100644
--- a/src/rps/gnunet-service-rps_sampler.c
+++ b/src/rps/gnunet-service-rps_sampler.c
@@ -659,6 +659,9 @@ RPS_sampler_init (size_t init_size,
659 if (NULL == (sampler->file_name = GNUNET_DISK_mktemp ("sampler-"))) 659 if (NULL == (sampler->file_name = GNUNET_DISK_mktemp ("sampler-")))
660 LOG (GNUNET_ERROR_TYPE_WARNING, 660 LOG (GNUNET_ERROR_TYPE_WARNING,
661 "Could not create file\n"); 661 "Could not create file\n");
662 LOG (GNUNET_ERROR_TYPE_DEBUG,
663 "Initialised sampler %s\n",
664 sampler->file_name);
662 #endif /* TO_FILE */ 665 #endif /* TO_FILE */
663 666
664 sampler->sampler_size = 0; 667 sampler->sampler_size = 0;