diff --git a/src/CHANGES.md b/src/CHANGES.md index cfa967f4a..8dde956cb 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -3,6 +3,7 @@ ## 0.8.32 - 2023-12-29 * fix `start` / `stop` / `restart` commands #1287 * added message, if profile was not read until now #1300 +* added developer option to use 'syslog-server' instead of 'web-serail' #1299 ## 0.8.31 - 2023-12-29 * added class to handle timeouts PR #1298 diff --git a/src/utils/syslog.h b/src/utils/syslog.h index aac9db14c..37bdc5243 100644 --- a/src/utils/syslog.h +++ b/src/utils/syslog.h @@ -49,6 +49,6 @@ class DbgSyslog { int mSyslogSeverity = PRI_NOTICE; }; -#endif +#endif /*ENABLE_SYSLOG*/ -#endif \ No newline at end of file +#endif /*__SYSLOG_H__*/ \ No newline at end of file