Update HTTPResponseParser.cpp

This commit is contained in:
chromoxdor
2025-12-06 18:21:30 +01:00
parent 8aabe53504
commit 0fd7542fff
+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));
addLog(LOG_LEVEL_INFO, strformat(F("Response: %d"), response.c_str()));
}
if (response.length() > RESPONSE_MAX_LENGTH) {