Skip to content

Commit 8767419

Browse files
authored
Merge branch 'master' into idf-release/v4.2
2 parents 78783c5 + bcb7012 commit 8767419

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libraries/HTTPClient/src/HTTPClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ int HTTPClient::sendRequest(const char * type, uint8_t * payload, size_t size)
583583
}
584584

585585
code = handleHeaderResponse();
586-
Serial.printf("sendRequest code=%d\n", code);
586+
log_d("sendRequest code=%d\n", code);
587587

588588
// Handle redirections as stated in RFC document:
589589
// https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
File renamed without changes.

0 commit comments

Comments
 (0)