Update HomeSpan.cpp

This commit is contained in:
Gregg 2023-05-13 15:39:01 -05:00
parent d33bbf2477
commit 21da828f83
1 changed files with 2 additions and 2 deletions

View File

@ -2157,8 +2157,8 @@ void SpanWebLog::vLog(boolean sysMsg, const char *fmt, va_list ap){
if(sysMsg)
LOG0("%s\n",buf);
else if(homeSpan.logLevel>0)
LOG0("WEBLOG: %s\n",buf);
else
LOG1("WEBLOG: %s\n",buf);
if(maxEntries>0){
int index=nEntries%maxEntries;