diff options
Diffstat (limited to 'src/base.cpp')
-rw-r--r-- | src/base.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/base.cpp b/src/base.cpp index a4c3e887e..db8d9f3cf 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -198,8 +198,7 @@ CullResult Extensible::cull() Extensible::~Extensible() { if (!extensions.empty() && ServerInstance && ServerInstance->Logs) - ServerInstance->Logs->Log("CULLLIST", LOG_DEBUG, - "Extensible destructor called without cull @%p", (void*)this); + ServerInstance->Logs->Log("CULLLIST", LOG_DEBUG, "Extensible destructor called without cull @%p", (void*)this); } LocalExtItem::LocalExtItem(const std::string& Key, Module* mod) : ExtensionItem(Key, mod) |