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

Merge remote-tracking branch 'origin/project/Channels' into project/Channels

parents d4abb75c 290850c4
No related branches found
No related tags found
3 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!340Project/channels
......@@ -77,11 +77,11 @@ func (s *sender) SendToAny(sendFunc func(*connect.Host) (interface{}, error),
"with error %s", proxies[proxy].GetId(), err.Error())
} else {
if checkReplaceErr != nil {
jww.WARN.Printf("Unable to SendToAny via %s: %s."+
jww.WARN.Printf("Unable to SendToAny via %s: %s. "+
"Unable to replace host: %+v",
proxies[proxy].GetId(), err.Error(), checkReplaceErr)
} else {
jww.WARN.Printf("Unable to SendToAny via %s: %s."+
jww.WARN.Printf("Unable to SendToAny via %s: %s. "+
"Did not replace host.",
proxies[proxy].GetId(), err.Error())
}
......
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