typo/text changes

This commit is contained in:
Proddy
2023-01-10 22:18:09 +01:00
parent 3627f884c3
commit d2900c347a
3 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ void WebDataService::device_data(AsyncWebServerRequest * request, JsonVariant &
#if defined(EMSESP_DEBUG)
size_t length = response->setLength();
EMSESP::logger().debug("Dashboard buffer used: %d", length);
EMSESP::logger().debug("[DEBUG] Dashboard buffer used: %d", length);
#else
response->setLength();
#endif