Browse Source

0.8.32

* added developer option to use 'syslog-server' instead of 'web-serail' #1299
pull/1305/head
lumapu 1 year ago
parent
commit
a8b10eec6c
  1. 1
      src/CHANGES.md
  2. 4
      src/utils/syslog.h

1
src/CHANGES.md

@ -3,6 +3,7 @@
## 0.8.32 - 2023-12-29 ## 0.8.32 - 2023-12-29
* fix `start` / `stop` / `restart` commands #1287 * fix `start` / `stop` / `restart` commands #1287
* added message, if profile was not read until now #1300 * 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 ## 0.8.31 - 2023-12-29
* added class to handle timeouts PR #1298 * added class to handle timeouts PR #1298

4
src/utils/syslog.h

@ -49,6 +49,6 @@ class DbgSyslog {
int mSyslogSeverity = PRI_NOTICE; int mSyslogSeverity = PRI_NOTICE;
}; };
#endif #endif /*ENABLE_SYSLOG*/
#endif #endif /*__SYSLOG_H__*/
Loading…
Cancel
Save