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

fixed spelling

parent c9363d0f
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ func (m *Manager) SendUnsafe(msg message.Send, param params.Unsafe) ([]id.Round, ...@@ -82,7 +82,7 @@ func (m *Manager) SendUnsafe(msg message.Send, param params.Unsafe) ([]id.Round,
return nil, errors.Errorf("Failed to send %v/%v sub payloads:"+ return nil, errors.Errorf("Failed to send %v/%v sub payloads:"+
" %s", numFail, len(partitions), errRtn) " %s", numFail, len(partitions), errRtn)
} else { } else {
jww.INFO.Printf("Sucesfully Unsafe sent %d/%d to %s", jww.INFO.Printf("Successfully Unsafe sent %d/%d to %s",
len(partitions)-numFail, len(partitions), msg.Recipient) len(partitions)-numFail, len(partitions), msg.Recipient)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment