diff options
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base.cpp b/src/base.cpp index 46cabef21..1c1d34364 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -51,14 +51,14 @@ refcountbase::refcountbase() refcountbase::~refcountbase() { if (refcount && ServerInstance) - ServerInstance->Logs.Log("CULLLIST", LOG_DEBUG, "refcountbase::~ @%p with refcount %d", + ServerInstance->Logs.Debug("CULLLIST", "refcountbase::~ @%p with refcount %d", static_cast<void*>(this), refcount); } usecountbase::~usecountbase() { if (usecount && ServerInstance) - ServerInstance->Logs.Log("CULLLIST", LOG_DEBUG, "usecountbase::~ @%p with refcount %d", + ServerInstance->Logs.Debug("CULLLIST", "usecountbase::~ @%p with refcount %d", static_cast<void*>(this), usecount); } |
