-only trigger check config if we actually need it
[oweals/gnunet.git] / src / fs / test_fs_test_lib.c
index dda990830295ba9e0a70c668cd9b29cc8b5b535c..f8de3a4df9941bd9b425e2fce119f1cf5be80fb3 100644 (file)
@@ -50,8 +50,7 @@ static int ret;
 
 
 static void
-do_stop (void *cls,
-         const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_stop (void *cls)
 {
   char *fn = cls;
 
@@ -65,8 +64,7 @@ do_stop (void *cls,
   else
   {
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                "Finished download, shutting down\n",
-                (unsigned long long) FILESIZE);
+                "Finished download, shutting down\n");
   }
   if (NULL != fn)
   {