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

made a panic an error print

parent a74e3c3b
No related branches found
No related tags found
1 merge request!170Release
...@@ -193,7 +193,7 @@ func (m *Manager) getMessagesFromGateway(roundID id.Round, ...@@ -193,7 +193,7 @@ func (m *Manager) getMessagesFromGateway(roundID id.Round,
err = m.Session.UncheckedRounds().Remove(roundID, identity.Source, identity.EphId) err = m.Session.UncheckedRounds().Remove(roundID, identity.Source, identity.EphId)
if err != nil { if err != nil {
jww.FATAL.Panicf("Failed to remove round %d: %+v", roundID, err) jww.ERROR.Printf("Failed to remove round %d: %+v", roundID, err)
} }
return message.Bundle{}, nil return message.Bundle{}, nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment