Skip to content
Snippets Groups Projects
Commit 74fb5dd0 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add temporary debug print

parent b7bfc8c1
No related branches found
No related tags found
1 merge request!23Release
......@@ -9,6 +9,7 @@ package rounds
import (
"fmt"
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/interfaces/params"
"gitlab.com/elixxir/client/network/gateway"
"gitlab.com/elixxir/client/network/internal"
......@@ -60,6 +61,7 @@ func (m *Manager) StartProcessors() stoppable.Stoppable {
// Start the periodic unchecked round worker
stopper := stoppable.NewSingle("UncheckRound")
jww.FATAL.Printf("** Uncheck round period: %v", m.params.UncheckRoundPeriod)
go m.processUncheckedRounds(m.params.UncheckRoundPeriod, backOffTable, stopper.Quit())
multi.Add(stopper)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment