Skip to content
Snippets Groups Projects
Commit 8d4e1c09 authored by Josh Brooks's avatar Josh Brooks
Browse files

Modify comment

parent f527aa6f
No related branches found
No related tags found
1 merge request!23Release
...@@ -206,7 +206,7 @@ func (m *Manager) forceMessagePickupRetry(ri *pb.RoundInfo, rl roundLookup, ...@@ -206,7 +206,7 @@ func (m *Manager) forceMessagePickupRetry(ri *pb.RoundInfo, rl roundLookup,
jww.FATAL.Panic(err.Error()) jww.FATAL.Panic(err.Error())
} }
result := binary.BigEndian.Uint64(b) result := binary.BigEndian.Uint64(b)
jww.INFO.Printf("Random result: %d", result) jww.INFO.Printf("*** Random result: %d", result)
if result%2 == 0 { if result%2 == 0 {
jww.INFO.Printf("Forcing a message pickup retry for round %d", ri.ID) jww.INFO.Printf("Forcing a message pickup retry for round %d", ri.ID)
// Do not call get message, leaving the round to be picked up // Do not call get message, leaving the round to be picked up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment