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

improved the log on receiving a garbled message

parent f6ec1255
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,8 @@ func (m *Manager) handleMessage(ecrMsg format.Message, identity reception.Identi
Encryption: message.None,
RecipientID: identity.Source,
}
jww.INFO.Printf("Garbled/RAW Message: %v", msg.GetKeyFP())
jww.INFO.Printf("Garbled/RAW Message: keyFP: %v, msgDigest: %s",
msg.GetKeyFP(), msg.Digest())
m.Session.GetGarbledMessages().Add(msg)
m.Switchboard.Speak(raw)
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment