aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-05-19 22:41:28 +0000
committerJulius Bünger <buenger@mytum.de>2015-05-19 22:41:28 +0000
commita93d2ee9e26123f696e1b60b09bc5b4c82270884 (patch)
tree127e613eb06f95c1ebfc0f07f73a6c0f0569a404 /src
parent19c09bcf839bb7db62dcf9de794d9e313d4bfd0e (diff)
downloadgnunet-a93d2ee9e26123f696e1b60b09bc5b4c82270884.tar.gz
gnunet-a93d2ee9e26123f696e1b60b09bc5b4c82270884.zip
-additional logging in sampler
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;