mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
Update HTTPResponseParser.cpp
This commit is contained in:
@@ -202,7 +202,7 @@ void eventFromResponse(const String& host, const int& httpCode, const String& ur
|
||||
const String response = http.getString();
|
||||
|
||||
if (loglevelActiveFor(LOG_LEVEL_INFO)) {
|
||||
addLog(LOG_LEVEL_INFO, strformat(F("Response: %d"), response.c_str()));
|
||||
addLog(LOG_LEVEL_INFO, strformat(F("Response: %s"), response.c_str()));
|
||||
}
|
||||
|
||||
if (response.length() > RESPONSE_MAX_LENGTH) {
|
||||
|
||||
Reference in New Issue
Block a user