Skip to content
Snippets Groups Projects
Commit 3ff70172 authored by Jake Taylor's avatar Jake Taylor
Browse files

fixup print

parent d1dceb68
No related branches found
No related tags found
2 merge requests!231Revert "Update store to print changes to the partners list",!169Hotfix/renable historical
......@@ -114,9 +114,8 @@ func (m *Manager) processTransmission(msg format.Message,
c := NewContact(payload.GetRID(transmitMsg.GetPubKey(grp)),
transmitMsg.GetPubKey(grp), dhKey, payload.GetTagFP(), payload.GetMaxParts())
jww.INFO.Printf("Generated by singe use receiver reception id for single use: %s, "+
"ephId: %v, pubkey: %x",
c.partner, "unknown:", transmitMsg.GetPubKey(grp).Bytes())
jww.INFO.Printf("Generated by singe use receiver reception id for single use. EphId %s, PubKey: %x",
c.partner, transmitMsg.GetPubKey(grp).Bytes())
return payload.GetContents(), c, nil
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment