mirror of
https://github.com/anope/anope.git
synced 2026-07-01 06:16:38 +02:00
Added a new logging system
This commit is contained in:
+2
-2
@@ -66,7 +66,7 @@ if (true) \
|
||||
} \
|
||||
catch (const ModuleException &modexcept) \
|
||||
{ \
|
||||
Alog() << "Exception caught: " << modexcept.GetReason(); \
|
||||
Log() << "Exception caught: " << modexcept.GetReason(); \
|
||||
} \
|
||||
_i = safei; \
|
||||
} \
|
||||
@@ -98,7 +98,7 @@ if (true) \
|
||||
} \
|
||||
catch (const ModuleException &modexcept) \
|
||||
{ \
|
||||
Alog() << "Exception caught: " << modexcept.GetReason(); \
|
||||
Log() << "Exception caught: " << modexcept.GetReason(); \
|
||||
} \
|
||||
_i = safei; \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user