chiark / gitweb /
bugfix: convert stats_log_periods to periods
[innduct.git] / duct.c
diff --git a/duct.c b/duct.c
index a7c487228fdae5a57500bf9266f75e372d0345d9..2ea2d4afbd59d80313af2763efb5bef517a0b9c3 100644 (file)
--- a/duct.c
+++ b/duct.c
@@ -478,6 +478,7 @@ int main(int argc, char **argv) {
   convert_to_periods_rndup(&spontaneous_flush_periods);
   convert_to_periods_rndup(&max_separated_periods);
   convert_to_periods_rndup(&need_activity_periods);
+  convert_to_periods_rndup(&stats_log_periods);
   convert_to_periods_rndup(&lowvol_periods);
 
   if (max_bad_data_ratio < 0 || max_bad_data_ratio > 100)