X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=htmlandlogs.c;h=98af96c4a3fb22b34208d9e0bd8b5c3c9450beb8;hp=73a3d0f3f682270e99c28213202c77bcfbfd2a2b;hb=0db8e99319ee2e9798ba7fb58a7666791cf81414;hpb=e48d46c959233c89ccd6ccd411b31704610abb71 diff --git a/htmlandlogs.c b/htmlandlogs.c index 73a3d0f..98af96c 100644 --- a/htmlandlogs.c +++ b/htmlandlogs.c @@ -50,7 +50,7 @@ void write_htmlandlogs(char *html, char *d, int total, int just_preview) { int i; char *str; - FILE *f=fopen(html,"w"); + FILE *f=fopen(html, "w"); string(str,STRLEN); if(f > 0) @@ -58,10 +58,6 @@ void write_htmlandlogs(char *html, char *d, int total, int just_preview) int count=1; i=0; - /*-----------------------------------------------------------------*/ - printf("Writing statistics summary into HTML page %s ...\n", html); - /*-----------------------------------------------------------------*/ - if(use_jquery_popups) { fprintf(f,"\n", jquery_url);