diff options
author | Adam <Adam@anope.org> | 2016-01-02 17:19:08 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-01-02 17:19:08 -0500 |
commit | 0a3757627039a321922c07e540590d8cb7e60b90 (patch) | |
tree | bf6828d06a2a4cd0ceb718d593e77d611cacf79b /modules/m_sasl.cpp | |
parent | 8f6f2a2c479d7f13a59e283e8566c6779dc99112 (diff) |
Actually there is no account here
Diffstat (limited to 'modules/m_sasl.cpp')
-rw-r--r-- | modules/m_sasl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_sasl.cpp b/modules/m_sasl.cpp index 1891f8367..71b16bb70 100644 --- a/modules/m_sasl.cpp +++ b/modules/m_sasl.cpp @@ -107,7 +107,7 @@ class External : public Mechanism NickCore *nc = certs->FindAccountFromCert(mysess->cert); if (!nc || nc->HasExt("NS_SUSPENDED")) { - Log(Config->GetClient("NickServ"), "sasl") << "A user failed to identify to account " << nc->display << " using SASL EXTERNAL"; + Log(Config->GetClient("NickServ"), "sasl") << "A user failed to identify using certificate " << mysess->cert << " using SASL EXTERNAL"; sasl->Fail(sess); delete sess; return; |