mirror of
https://github.com/anope/anope.git
synced 2026-07-06 13:13:12 +02:00
Add a module log type
This commit is contained in:
@@ -689,7 +689,7 @@ class OSSession : public Module
|
||||
if (!session)
|
||||
{
|
||||
if (debug)
|
||||
Log() << "session: Tried to delete non-existant session: " << u->host;
|
||||
Log(this) << "Tried to delete non-existant session: " << u->host;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user