mirror of
https://github.com/anope/anope.git
synced 2026-07-05 01:33:12 +02:00
Fix the on start library version logging to include the module.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user