Skip to content
Snippets Groups Projects
Commit 72043105 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix typo

parent 7677be65
Branches
Tags
3 merge requests!231Revert "Update store to print changes to the partners list",!187Xx 3829/triggers,!184Cleanup for ResetSession
......@@ -35,7 +35,7 @@ func (m *Manager) ConfirmRequestAuth(partner contact.Contact) (id.Round, error)
// Cannot confirm already established channels
if _, err := m.storage.E2e().GetPartner(partner.ID); err == nil {
em := fmt.Sprintf("Cannot FonritmRequestAuth for %s, "+
em := fmt.Sprintf("Cannot ConfirmRequestAuth for %s, "+
"channel already exists. Ignoring", partner.ID)
jww.WARN.Print(em)
m.net.GetEventManager().Report(5, "Auth",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment