Code

prepare for the release of rrdtool-1.2.29
[rrdtool-all.git] / program / src / rrd_hw.c
index 5317f30da30fa533e82f676fbe35d55b871fd509..522c94c8495e73806bbc7ac3d9d8d588e0ca8ea2 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * RRDtool 1.2.12  Copyright by Tobi Oetiker, 1997-2005
+ * RRDtool 1.2.29  Copyright by Tobi Oetiker, 1997-2008
  *****************************************************************************
  * rrd_hw.c : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection
  *****************************************************************************
@@ -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;
    }