gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35749 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r35749 - gnunet/src/rps
Date: Wed, 20 May 2015 00:41:28 +0200

Author: ch3
Date: 2015-05-20 00:41:28 +0200 (Wed, 20 May 2015)
New Revision: 35749

Modified:
   gnunet/src/rps/gnunet-service-rps_sampler.c
Log:
-additional logging in sampler

Modified: gnunet/src/rps/gnunet-service-rps_sampler.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps_sampler.c 2015-05-19 22:41:25 UTC (rev 
35748)
+++ gnunet/src/rps/gnunet-service-rps_sampler.c 2015-05-19 22:41:28 UTC (rev 
35749)
@@ -659,6 +659,9 @@
   if (NULL == (sampler->file_name = GNUNET_DISK_mktemp ("sampler-")))
     LOG (GNUNET_ERROR_TYPE_WARNING,
          "Could not create file\n");
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "Initialised sampler %s\n",
+       sampler->file_name);
   #endif /* TO_FILE */
 
   sampler->sampler_size = 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]