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

added a print on rejecting messages

parent 8041b2c9
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ func (m *Manager) handleMessage(ecrMsg format.Message, identity reception.Identi ...@@ -52,6 +52,7 @@ func (m *Manager) handleMessage(ecrMsg format.Message, identity reception.Identi
jww.FATAL.Panicf("Could not check IdentityFIngerprint: %+v", err) jww.FATAL.Panicf("Could not check IdentityFIngerprint: %+v", err)
} }
if !forMe { if !forMe {
jww.INFO.Printf("I rejected: %s, am i dumb?", ecrMsg.GetContents())
return return
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment