Update HTTPResponseParser.cpp

This commit is contained in:
chromoxdor
2025-12-06 19:58:08 +01:00
parent 68592f88c5
commit 0fb8a77935
+1 -1
View File
@@ -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) {