Skip to content
Snippets Groups Projects
Commit 03a86237 authored by Jake Taylor's avatar Jake Taylor
Browse files

print fix

parent 6b5074f1
No related branches found
No related tags found
1 merge request!170Release
......@@ -150,7 +150,7 @@ func (m *manager) follow(report interfaces.ClientErrorReport, rng csprng.Source,
result, err := m.GetSender().SendToAny(func(host *connect.Host) (interface{}, error) {
jww.DEBUG.Printf("Executing poll for %v(%s) range: %s-%s(%s) from %s",
identity.EphId.Int64(), identity.Source, identity.StartValid,
identity.EndValid, identity.StartValid.Sub(identity.EndValid), host.GetId())
identity.EndValid, identity.EndValid.Sub(identity.StartValid), host.GetId())
return comms.SendPoll(host, &pollReq)
}, stop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment