Skip to content
Snippets Groups Projects
Commit d57931a7 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed a spelling issue in the logs

parent f55aeea8
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ func sendCmixHelper(msg format.Message, recipient *id.ID, param params.CMIX, ins
bestRound.ID, err)
return 0, ephemeral.Id{}, errors.WithMessage(err, "Failed to put cmix message")
} else if gwSlotResp.Accepted {
jww.INFO.Printf("Sucesfully sent to EphID %v (source: %s) " +
jww.INFO.Printf("Successfully sent to EphID %v (source: %s) " +
"in round %d", ephID.Int64(), recipient, bestRound.ID)
return id.Round(bestRound.ID), ephID, nil
} else{
......
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