mirror of
https://github.com/anope/anope.git
synced 2026-06-26 04:06:41 +02:00
Added a new logging system
This commit is contained in:
@@ -151,7 +151,7 @@ class CSSetMisc : public Module
|
||||
CommandInfo *info = new CommandInfo(cname, desc, showhidden);
|
||||
if (!this->Commands.insert(std::make_pair(cname, info)).second)
|
||||
{
|
||||
Alog() << "cs_set_misc: Warning, unable to add duplicate entry " << cname;
|
||||
Log() << "cs_set_misc: Warning, unable to add duplicate entry " << cname;
|
||||
delete info;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user