Add debug message when updating interval_timestep

This commit is contained in:
Thomas Roehl 2022-04-04 02:55:44 +02:00
parent 4d5b1adbc8
commit ecdb4c1bcf

View File

@ -295,6 +295,7 @@ func (r *metricRouter) Start() {
case timestamp := <-timeChan:
r.timestamp = timestamp
cclog.ComponentDebug("MetricRouter", "Update timestamp", r.timestamp.UnixNano())
case p := <-r.coll_input:
coll_forward(p)