From: oetiker Date: Sun, 6 May 2007 08:50:11 +0000 (+0000) Subject: print the name of the HW cf in debug mode -- Helge Oldach X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=5cc1ed2b6f1b746081a4573befc203a03e3214f3;p=rrdtool.git print the name of the HW cf in debug mode -- Helge Oldach git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1054 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_hw.c b/src/rrd_hw.c index 5506a49..dccde50 100644 --- a/src/rrd_hw.c +++ b/src/rrd_hw.c @@ -474,7 +474,7 @@ erase_violations(rrd_t *rrd, unsigned long cdp_idx, unsigned long rra_idx) { #ifdef DEBUG fprintf(stderr,"erase_violations called for non-FAILURES RRA: %s\n", - rrd -> rra_def[rra_idx].cf); + rrd -> rra_def[rra_idx].cf_nam); #endif return; }