Fix stats writer bug for live writer

This commit is contained in:
2021-03-04 15:48:11 +01:00
parent ad4f184cf0
commit 09ed3d3b2e
+1 -1
View File
@@ -8,7 +8,7 @@ WriterStats::WriterStats(
const string& detector_name,
const size_t stats_modulo) :
detector_name_(detector_name),
stats_modulo_(stats_modulo),
stats_modulo_(stats_modulo)
{
reset_counters();
}