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

fixed a bad print

parent 876ab933
No related branches found
No related tags found
2 merge requests!53Release,!46fixed more bugs
......@@ -53,7 +53,7 @@ func (m *Manager) criticalMessages(stop *stoppable.Single) {
go func(msg message.Send, param params.E2E) {
jww.INFO.Printf("Resending critical message to %s with params %#v",
msg.Recipient, msg, param)
msg.Recipient, param)
//send the message
rounds, _, _, err := m.SendE2E(msg, param, stop)
//if the message fail to send, notify the buffer so it can be handled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment