From: xchaos Date: Sun, 4 May 2008 11:19:49 +0000 (+0000) Subject: just X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=commitdiff_plain;h=e83b9af69bf2a90d199319d66ffd51ac9a0f4a53 just git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@87 251d49ef-1d17-4917-a970-b30cf55b089b --- diff --git a/prometheus.c b/prometheus.c index 013f7f2..8fc385d 100644 --- a/prometheus.c +++ b/prometheus.c @@ -749,7 +749,7 @@ void parse_ip_log(int argc, char **argv) every(iplog,iplogs) if(iplog->traffic) { - fprintf(f,"%d%s%ld MB%ld GB%ld kbps\n", + fprintf(f,"%d%s%ld MB%ld GB%ld kbps\n", i++, iplog->name, iplog->traffic, iplog->traffic>>10, iplog->guaranted); total+=iplog->traffic>>10; }