Revert "Merge branch 'enhanced_device' of github.com:john30/ebusd"
This reverts commitaaccb15a9b, reversing changes made toedfe09a383.
This commit is contained in:
@@ -175,9 +175,6 @@ void closeLogFile() {
|
||||
}
|
||||
|
||||
bool needsLog(const LogFacility facility, const LogLevel level) {
|
||||
if (s_logFile == nullptr && !s_useSyslog) {
|
||||
return false;
|
||||
}
|
||||
return s_facilityLogLevel[facility] >= level;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user