fmt
authorChristian Grothoff <christian@grothoff.org>
Mon, 15 Mar 2010 09:45:03 +0000 (09:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 15 Mar 2010 09:45:03 +0000 (09:45 +0000)
src/statistics/gnunet-statistics.c

index e996bb7285227233d35c98debb9b33d9c8e44ce1..976a8217472acb6f89e000e370ea18575cb02b72 100644 (file)
@@ -69,7 +69,7 @@ printer (void *cls,
         uint64_t value, int is_persistent)
 {
   FPRINTF (stdout,
-           "%s%-20s %-40s: %16llu\n",
+           "%s%-12s %-50s: %16llu\n",
            is_persistent ? "!" : " ", subsystem, _(name),
           (unsigned long long) value);
   return GNUNET_OK;