mirror of
https://github.com/anope/anope.git
synced 2026-06-28 06:56:38 +02:00
Added a new logging system
This commit is contained in:
@@ -31,7 +31,7 @@ class CommandOSReload : public Command
|
||||
}
|
||||
catch (const ConfigException &ex)
|
||||
{
|
||||
Alog() << "Error reloading configuration file: " << ex.GetReason();
|
||||
Log() << "Error reloading configuration file: " << ex.GetReason();
|
||||
}
|
||||
|
||||
notice_lang(Config->s_OperServ, u, OPER_RELOAD);
|
||||
|
||||
Reference in New Issue
Block a user