diff options
-rw-r--r-- | opentracker.c | 2 |
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: |