summaryrefslogtreecommitdiff
path: root/modules/extra/regex_pcre2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/regex_pcre2.cpp')
-rw-r--r--modules/extra/regex_pcre2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/regex_pcre2.cpp b/modules/extra/regex_pcre2.cpp
index e589846d5..03a93202b 100644
--- a/modules/extra/regex_pcre2.cpp
+++ b/modules/extra/regex_pcre2.cpp
@@ -73,7 +73,7 @@ public:
std::vector<char> pcre_version(16);
if (pcre2_config(PCRE2_CONFIG_VERSION, pcre_version.data()) >= 0)
- Log() << "Module was compiled against PCRE2 version " << PCRE2_MAJOR << "." << PCRE2_MINOR << " and is running against version " << pcre_version.data();
+ Log(this) << "Module was compiled against PCRE2 version " << PCRE2_MAJOR << "." << PCRE2_MINOR << " and is running against version " << pcre_version.data();
}
~ModuleRegexPCRE()