Done. -----Burton
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Kouprie, Robbert > Sent: Monday, January 19, 2004 5:26 AM > To: '[EMAIL PROTECTED]' > Subject: [Ntop-dev] [PATCH] RRDPlugin - Add debug info on dumpFlows > setting (like th e rest) > > > While hacking on RRDPlugin, came across this trivial one. > > -- Robbert > > --- plugins/rrdPlugin.c.orig 2004-01-19 11:53:28.000000000 +0100 > +++ plugins/rrdPlugin.c 2004-01-19 12:18:29.000000000 +0100 > @@ -986,6 +986,7 @@ > traceEvent(CONST_TRACE_INFO, "RRD_DEBUG: dumpHours %d hours by %d > seconds", dumpHours, dumpInterval); > traceEvent(CONST_TRACE_INFO, "RRD_DEBUG: dumpDays %d days by hour", > dumpDays); > traceEvent(CONST_TRACE_INFO, "RRD_DEBUG: dumpMonths %d months by > day", dumpMonths); > + traceEvent(CONST_TRACE_INFO, "RRD_DEBUG: dumpFlows %s", > dumpFlows == > 0 ? "no" : "yes"); > traceEvent(CONST_TRACE_INFO, "RRD_DEBUG: dumpHosts %s", > dumpHosts == > 0 ? "no" : "yes"); > traceEvent(CONST_TRACE_INFO, "RRD_DEBUG: dumpInterfaces %s", > dumpInterfaces == 0 ? "no" : "yes"); > traceEvent(CONST_TRACE_INFO, "RRD_DEBUG: dumpMatrix %s", dumpMatrix > == 0 ? "no" : "yes"); > > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
