]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_ssl_openssl.cpp
Update references to config fields which were renamed.
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_openssl.cpp
index fb965a5abcc29670941794046a3d1c461ec7c53a..0f4e2d71397dfa5c618fabdd02eef71a3e8467bc 100644 (file)
@@ -1000,7 +1000,7 @@ class ModuleSSLOpenSSL : public Module
                }
                else
                {
-                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"openssl\" when configuring TLS (SSL) connections in <bind:ssl> or <link:ssl>");
+                       ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "You have defined an <sslprofile> tag; you should use this in place of \"openssl\" when configuring TLS (SSL) connections in <bind:sslprofile> or <link:sslprofile>");
                        for (ConfigIter i = tags.first; i != tags.second; ++i)
                        {
                                ConfigTag* tag = i->second;