summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ot_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_stats.c b/ot_stats.c
index f31324c..f456d46 100644
--- a/ot_stats.c
+++ b/ot_stats.c
@@ -472,7 +472,7 @@ static size_t stats_return_sync_mrtg( char * reply )
472 return sprintf( reply, 472 return sprintf( reply,
473 "%llu\n%llu\n%i seconds (%i hours)\nopentracker connections, %lu conns/s :: %lu success/s.", 473 "%llu\n%llu\n%i seconds (%i hours)\nopentracker connections, %lu conns/s :: %lu success/s.",
474 ot_overall_sync_count, 474 ot_overall_sync_count,
475 0, 475 0LL,
476 (int)t, 476 (int)t,
477 (int)(t / 3600), 477 (int)(t / 3600),
478 events_per_time( ot_overall_tcp_connections+ot_overall_udp_connections, t ), 478 events_per_time( ot_overall_tcp_connections+ot_overall_udp_connections, t ),