-LRN: calculate file size for single files when needed and use GNUNET_DISK_file_size...
[oweals/gnunet.git] / src / statistics / gnunet-statistics.c
index 7fe78161c682e5c637fd891db40b930a08b5ca80..ce91572dfa6b6a42f657cb5671b7bc2f38dbcb5e 100644 (file)
@@ -95,7 +95,7 @@ cleanup (void *cls, int success)
 
   if (success != GNUNET_OK)
   {
-    FPRINTF (stderr, _("Failed to obtain statistics.\n"),NULL);
+    FPRINTF (stderr, "%s", _("Failed to obtain statistics.\n"));
     ret = 1;
   }
   if (h != NULL)