diff --git a/auth/callback.go b/auth/callback.go index 2c39824cb8631b222d6140fd66d2e9f143873639..7ece838249e97d3fadbb7fb6f6bcae46e059b458 100644 --- a/auth/callback.go +++ b/auth/callback.go @@ -69,7 +69,7 @@ func (m *Manager) processAuthMessage(msg message.Receive) { case auth.Specific: // if it is specific, that means the original request was sent // 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()) m.handleConfirm(cmixMsg, sr, grp) }