]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
provide mrtg with more sane strings
authorerdgeist <>
Mon, 29 Jan 2007 13:41:04 +0000 (13:41 +0000)
committererdgeist <>
Mon, 29 Jan 2007 13:41:04 +0000 (13:41 +0000)
opentracker.c

index 54fb80faf29a19e09074c630e2d4327b7f150fdb..a5c3db9e943257733406ceea60904bab2b94d168 100644 (file)
@@ -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: