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

fixed a logging bug in sendUnsafe

parent 9c2b8347
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ func (m *Manager) SendUnsafe(msg message.Send, param params.Unsafe) ([]id.Round,
" %s", numFail, len(partitions), errRtn)
}else{
jww.INFO.Printf("Sucesfully Unsafe sent %d/%d to %s",
numFail, len(partitions), msg.Recipient)
len(partitions)-numFail, len(partitions), msg.Recipient)
}
//return the rounds if everything send successfully
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment