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

index 6aee1f725d078fdea8250ffd457a23c3e3c424c9..2a2e628a3d0d454654b01482871b88ad980ae1ca 100644 (file)
@@ -302,7 +302,7 @@ run_continuation (void *cls,
     case RP_DONE:
       GNUNET_snprintf (gstr, sizeof (gstr),
                       "PUT operations in %s-datastore_op/s",
-                      plugins_name);
+                      plugin_name);
       if (crc->i == ITERATIONS)
        GAUGER (1000 * stored_ops / (1 + GNUNET_TIME_absolute_get_duration(start_time).rel_value),
                gstr);