From a8b10eec6c3be29a4eb3cd74948d610ac24a8470 Mon Sep 17 00:00:00 2001 From: lumapu Date: Fri, 29 Dec 2023 15:12:47 +0100 Subject: [PATCH] 0.8.32 * added developer option to use 'syslog-server' instead of 'web-serail' #1299 --- src/CHANGES.md | 1 + src/utils/syslog.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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