summaryrefslogtreecommitdiff
path: root/modules/extra/regex_tre.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/regex_tre.cpp')
-rw-r--r--modules/extra/regex_tre.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/regex_tre.cpp b/modules/extra/regex_tre.cpp
index f7f095bb7..1d11e1e09 100644
--- a/modules/extra/regex_tre.cpp
+++ b/modules/extra/regex_tre.cpp
@@ -63,7 +63,7 @@ public:
{
this->SetPermanent(true);
- Log() << "Module was compiled against TRE version " << TRE_VERSION << " and is running against version " << tre_version();
+ Log(this) << "Module was compiled against TRE version " << TRE_VERSION << " and is running against version " << tre_version();
}
~ModuleRegexTRE()