From f0ddf30389d9aee8911ae42bcf67cab13462769b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 29 Jan 2007 13:41:04 +0000 Subject: provide mrtg with more sane strings --- opentracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentracker.c b/opentracker.c index 54fb80f..a5c3db9 100644 --- a/opentracker.c +++ b/opentracker.c @@ -372,7 +372,7 @@ ANNOUNCE_WORKAROUND: t = time( NULL ) - ot_start_time; reply_size = sprintf( static_outbuf + SUCCESS_HTTP_HEADER_LENGTH, - "%i\n%i\nUp: %i seconds (%i hours)\nPretuned by german engineers, currently handling %i connections per second.", + "%i\n%i\n%i seconds (%i hours)\nopentracker - Pretuned by german engineers, currently handling %i connections per second.", ot_overall_connections, ot_overall_successfulannounces, (int)t, (int)(t / 3600), (int)ot_overall_connections / ( (int)t ? (int)t : 1 ) ); break; case 12: -- cgit v1.2.3