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

spelling

parent 180a9e2c
No related branches found
No related tags found
1 merge request!23Release
...@@ -69,7 +69,7 @@ func (m *Manager) processAuthMessage(msg message.Receive) { ...@@ -69,7 +69,7 @@ func (m *Manager) processAuthMessage(msg message.Receive) {
case auth.Specific: case auth.Specific:
// if it is specific, that means the original request was sent // if it is specific, that means the original request was sent
// by this users and a confirmation has been received // by this users and a confirmation has been received
jww.INFO.Printf("Received AutConfirm from %s, msgDigest: %s", jww.INFO.Printf("Received AuthConfirm from %s, msgDigest: %s",
sr.GetPartner(), cmixMsg.Digest()) sr.GetPartner(), cmixMsg.Digest())
m.handleConfirm(cmixMsg, sr, grp) m.handleConfirm(cmixMsg, sr, grp)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment