mirror of
https://github.com/anope/anope.git
synced 2026-07-08 23:33:11 +02:00
Fix the on start library version logging to include the module.
This commit is contained in:
@@ -529,7 +529,7 @@ public:
|
||||
{
|
||||
me = this;
|
||||
|
||||
Log() << "Module was compiled against LDAP (" << LDAP_VENDOR_NAME << ") version " << LDAP_VENDOR_VERSION_MAJOR << "." << LDAP_VENDOR_VERSION_MINOR << "." << LDAP_VENDOR_VERSION_PATCH;
|
||||
Log(this) << "Module was compiled against LDAP (" << LDAP_VENDOR_NAME << ") version " << LDAP_VENDOR_VERSION_MAJOR << "." << LDAP_VENDOR_VERSION_MINOR << "." << LDAP_VENDOR_VERSION_PATCH;
|
||||
}
|
||||
|
||||
~ModuleLDAP()
|
||||
|
||||
Reference in New Issue
Block a user