Skip to content
Snippets Groups Projects
Commit d1635b97 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

made comms authenticated

parent 4f2c1305
No related branches found
No related tags found
No related merge requests found
......@@ -123,9 +123,8 @@ func (m *Manager) Search(list fact.FactList, callback searchCallback, timeout ti
}else{
fType = fmt.Sprintf("round failure: %v", fail.RoundInfo.ID)
}
err = errors.Errorf("One or more rounds failed to resolve " +
"due to: %s; " +
"search not delivered", fType)
err = errors.Errorf("One or more rounds (%v) failed to " +
"resolve due to: %s; search not delivered", rounds, fType)
// Return an error if the timeout is reached
case <-timer.C:
......
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