More log reductions. I'll probably stop now ;-) (#5263)

This commit is contained in:
Ben Meadors
2024-11-06 21:03:25 +08:00
committed by GitHub
co-authored by GitHub
parent 8498b175e7
commit 982190936d
18 changed files with 35 additions and 36 deletions
+2 -2
View File
@@ -441,8 +441,8 @@ void handleStatic(HTTPRequest *req, HTTPResponse *res)
return;
} else {
LOG_ERROR("This should not have happened...");
res->println("ERROR: This should not have happened...");
LOG_ERROR("This should not have happened");
res->println("ERROR: This should not have happened");
}
}