mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-18 16:56:34 +00:00
Initialize _logOutput to NULL
This commit is contained in:
parent
313d4b4152
commit
89e30f3877
@ -343,7 +343,7 @@ class Logging {
|
||||
#ifndef DISABLE_LOGGING
|
||||
int _level[3];
|
||||
bool _showLevel[3];
|
||||
Print* _logOutput[3];
|
||||
Print* _logOutput[3] = {NULL,NULL,NULL};
|
||||
|
||||
printfunction _prefix = NULL;
|
||||
printfunction _suffix = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user