mirror of
https://github.com/anope/anope.git
synced 2026-07-01 13:06:38 +02:00
Added a new logging system
This commit is contained in:
@@ -170,7 +170,7 @@ class OSIgnore : public Module
|
||||
{
|
||||
if ((*ign)->time && (*ign)->time <= now)
|
||||
{
|
||||
Alog(LOG_DEBUG) << "[os_ignore] Expiring ignore entry " << (*ign)->mask;
|
||||
Log(LOG_DEBUG) << "[os_ignore] Expiring ignore entry " << (*ign)->mask;
|
||||
delete *ign;
|
||||
ign = ignore.erase(ign);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user