mirror of
https://github.com/anope/anope.git
synced 2026-06-27 06:06:38 +02:00
Log rawio when in debug mode and fixed expiring session exceptions
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ bool LogInfo::HasType(LogType type)
|
||||
case LOG_TERMINAL:
|
||||
return true;
|
||||
case LOG_RAWIO:
|
||||
return this->RawIO;
|
||||
return debug ? true : this->RawIO;
|
||||
case LOG_DEBUG:
|
||||
return debug ? true : this->Debug;
|
||||
// LOG_DEBUG_[234]
|
||||
|
||||
Reference in New Issue
Block a user