X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=prometheus.c;h=984778758a1c951010b26c976f64f74c7cf3756f;hp=28d9894da561e8e115575bfd776de66902212fa5;hb=c071897389d8757f09a9d636377d77604de8fc9d;hpb=70c65cfe58aa1ca614dc1acc7fa7eff03350e6c3 diff --git a/prometheus.c b/prometheus.c index 28d9894..9847787 100644 --- a/prometheus.c +++ b/prometheus.c @@ -1373,8 +1373,8 @@ Credit: CZFree.Net, Martin Devera, Netdave, Aquarius, Gandalf\n\n",version); iplog=fopen(str,"a"); if(iplog) { - fprintf(iplog,"%ld\t%s\t%Lu\t%Lu\t%Lu\t%Lu\t%d\t%d\t%s", - time(NULL),ip->name,ip->traffic,ip->direct,ip->proxy,ip->upload,ip->min,ip->max,d); /* d = date*/ + fprintf(iplog,"%ld\t%s\t%Lu\t%Lu\t%Lu\t%Lu\t%d\t%d\t%d\t%s", + time(NULL),ip->name,ip->traffic,ip->direct,ip->proxy,ip->upload,ip->min,ip->max,ip->desired,d); /* d = date*/ fclose(iplog); } }