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.tokkee.org/?a=commitdiff_plain;h=a78397d6f23723b66c4a671581540df6283d8fed;p=rrdtool-all.git print the name of the HW cf in debug mode -- Helge Oldach git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1054 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_hw.c b/program/src/rrd_hw.c index 5506a497..dccde506 100644 --- a/program/src/rrd_hw.c +++ b/program/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; }