gaugering
authorChristian Grothoff <christian@grothoff.org>
Fri, 18 Feb 2011 21:43:05 +0000 (21:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 18 Feb 2011 21:43:05 +0000 (21:43 +0000)
src/datacache/perf_datacache.c

index bc86cf2f527838acbc67446985cfae3d73526e32..307fd739efff9a798912acaf584dd4e4a5c38694 100644 (file)
@@ -106,7 +106,7 @@ run (void *cls,
   GNUNET_snprintf (gstr, sizeof (gstr),
                   "Time to PUT %u items in %s-datacache_ms",
                   ITERATIONS,
-                  plugins_name);
+                  plugin_name);
   GAUGER (GNUNET_TIME_absolute_get_duration(start).rel_value,
          gstr);  
   start = GNUNET_TIME_absolute_get ();
@@ -128,7 +128,7 @@ run (void *cls,
   GNUNET_snprintf (gstr, sizeof (gstr),
                   "Time to try to GET %u items from %s-datacache_ms",
                   ITERATIONS,
-                  plugins_name);
+                  plugin_name);
   GAUGER (GNUNET_TIME_absolute_get_duration(start).rel_value,
          gstr);