summaryrefslogtreecommitdiff
path: root/modules/extra/ldap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/ldap.cpp')
-rw-r--r--modules/extra/ldap.cpp2
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()