diff options
author | Adam <Adam@anope.org> | 2014-06-09 17:16:55 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-06-09 17:16:55 -0400 |
commit | f1c3bdd55e2ae9b060d3c002f135b16a0a51a3d9 (patch) | |
tree | d5c8cfa5ff9775651ab9dc988aee010944126924 /modules/extra/m_ldap.cpp | |
parent | 08edb15bea67599926ec83ae60ffe022135094c9 (diff) |
Correct wording of log message when ldap services are created
Diffstat (limited to 'modules/extra/m_ldap.cpp')
-rw-r--r-- | modules/extra/m_ldap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_ldap.cpp b/modules/extra/m_ldap.cpp index 755187b25..dbf7a4aaa 100644 --- a/modules/extra/m_ldap.cpp +++ b/modules/extra/m_ldap.cpp @@ -513,7 +513,7 @@ class ModuleLDAP : public Module, public Pipe ss->Start(); this->LDAPServices.insert(std::make_pair(connname, ss)); - Log(LOG_NORMAL, "ldap") << "LDAP: Successfully connected to server " << connname << " (" << server << ")"; + Log(LOG_NORMAL, "ldap") << "LDAP: Successfully initialized server " << connname << " (" << server << ")"; } catch (const LDAPException &ex) { |