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

more print

parent a17ec762
No related branches found
No related tags found
1 merge request!23Release
......@@ -223,7 +223,7 @@ func sendCmixHelper(sender *gateway.Sender, msg format.Message, recipient *id.ID
gwSlotResp := result.(*pb.GatewaySlotResponse)
if gwSlotResp.Accepted {
jww.INFO.Printf("Successfully sent to EphID %v (source: %s) "+
"in round %d", ephID.Int64(), recipient, bestRound.ID)
"in round %d (msgDigest: %s)", ephID.Int64(), recipient, bestRound.ID, msg.Digest())
return id.Round(bestRound.ID), ephID, nil
} else {
jww.FATAL.Panicf("Gateway %s returned no error, but failed "+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment