From: xchaos Date: Mon, 2 Jan 2012 23:12:41 +0000 (+0000) Subject: monthly and yearly log with hyperlinks to log files X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=commitdiff_plain;h=cf81506e63b181c6ca55bceae26afd8e707d3f39 monthly and yearly log with hyperlinks to log files git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@159 251d49ef-1d17-4917-a970-b30cf55b089b --- diff --git a/prometheus.c b/prometheus.c index ed4661d..7e42169 100644 --- a/prometheus.c +++ b/prometheus.c @@ -853,8 +853,8 @@ void parse_ip_log(int argc, char **argv) { if(iplog->traffic) { - fprintf(f, "%d%s", - i++, iplog->name); + fprintf(f, "%d%s", + i++, log_url, iplog->name, iplog->name); if(iplog->lmsid > 0) { /*base URL will be configurable soon ... */