mirror of
https://github.com/anope/anope.git
synced 2026-07-09 09:03:13 +02:00
Add a module log type
This commit is contained in:
@@ -163,7 +163,7 @@ class ModuleDNSBL : public Module
|
||||
}
|
||||
catch (const SocketException &ex)
|
||||
{
|
||||
Log() << "m_dnsbl: " << ex.GetReason();
|
||||
Log(this) << ex.GetReason();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user