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

fix print

parent e06c3dce
No related branches found
No related tags found
4 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!411removed the host pool hack and made the code probe the known rounds via prints,!340Project/channels
...@@ -358,7 +358,7 @@ func (c *client) follow(identity receptionID.IdentityUse, ...@@ -358,7 +358,7 @@ func (c *client) follow(identity receptionID.IdentityUse,
if !hasMessage && c.verboseRounds != nil { if !hasMessage && c.verboseRounds != nil {
c.verboseRounds.denote(rid, RoundState(NoMessageAvailable)) c.verboseRounds.denote(rid, RoundState(NoMessageAvailable))
} }
//jww.INFO.Printf("[LOOKUP] round %d checked for %d, has message: %b", rid, identity.EphId.Int64(), hasMessage) //jww.INFO.Printf("[LOOKUP] round %d checked for %d, has message: %v", rid, identity.EphId.Int64(), hasMessage)
return hasMessage return hasMessage
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment