Skip to content
Snippets Groups Projects
Commit a0b2277a authored by benjamin's avatar benjamin
Browse files

added prints

parent bdc7f85e
No related branches found
No related tags found
2 merge requests!510Release,!432Control node reg
......@@ -135,7 +135,7 @@ func (r *registrar) PauseNodeRegistrations(timeout time.Duration) error {
for i := int64(0); i < numRegistrations; i++ {
select {
case r.pauser <- struct{}{}:
jww.INFO.Printf("paused node %d", i)
jww.INFO.Printf("PauseNodeRegistrations() - paused node %d", i)
case <-timer.C:
return errors.Errorf("Timed out on pausing node registration on %d", i)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment