summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
authorerdgeist <>2007-01-29 13:41:04 +0000
committererdgeist <>2007-01-29 13:41:04 +0000
commitf0ddf30389d9aee8911ae42bcf67cab13462769b (patch)
tree1232cc08900b1cb84d4bdbff6379cfeaf51044e0 /opentracker.c
parent5a3d6b402979d7d9bf8da470f081bb6ca4122cf6 (diff)
provide mrtg with more sane strings
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c
index 54fb80f..a5c3db9 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -372,7 +372,7 @@ ANNOUNCE_WORKAROUND:
372 372
373 t = time( NULL ) - ot_start_time; 373 t = time( NULL ) - ot_start_time;
374 reply_size = sprintf( static_outbuf + SUCCESS_HTTP_HEADER_LENGTH, 374 reply_size = sprintf( static_outbuf + SUCCESS_HTTP_HEADER_LENGTH,
375 "%i\n%i\nUp: %i seconds (%i hours)\nPretuned by german engineers, currently handling %i connections per second.", 375 "%i\n%i\n%i seconds (%i hours)\nopentracker - Pretuned by german engineers, currently handling %i connections per second.",
376 ot_overall_connections, ot_overall_successfulannounces, (int)t, (int)(t / 3600), (int)ot_overall_connections / ( (int)t ? (int)t : 1 ) ); 376 ot_overall_connections, ot_overall_successfulannounces, (int)t, (int)(t / 3600), (int)ot_overall_connections / ( (int)t ? (int)t : 1 ) );
377 break; 377 break;
378 case 12: 378 case 12: