diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-05 16:03:23 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-05 16:03:23 +0000 |
commit | 14342f6375cce455ddde79cb9403daea6a727b7f (patch) | |
tree | 5ccb6680807983962320df7a0f8b8f277a808ea1 /modules/extra/ldap.cpp | |
parent | a0a9d433dce2827e8aeae29aa2eb5325ed7af150 (diff) |
Fix the on start library version logging to include the module.
Diffstat (limited to 'modules/extra/ldap.cpp')
-rw-r--r-- | modules/extra/ldap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/ldap.cpp b/modules/extra/ldap.cpp index f8ef205a5..0ea09afb5 100644 --- a/modules/extra/ldap.cpp +++ b/modules/extra/ldap.cpp @@ -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() |