From 3e105c6311c23787ff54388c8d21c8ac1a01fd57 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 19 May 2013 03:29:49 +0100 Subject: Fix spacing in calls to LogManager::Log. --- src/base.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/base.cpp') 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) -- cgit v1.2.3