Skip to content

Commit d3e8c1d

Browse files
authored
Update HTTPClient.cpp
1 parent f0d3e12 commit d3e8c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/HTTPClient/src/HTTPClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ bool HTTPClient::beginInternal(String url, const char* expectedProtocol)
260260

261261
_protocol = url.substring(0, index);
262262
if (_protocol != expectedProtocol) {
263-
log_w("unexpected protocol: %s, expected %s", _protocol.c_str(), expectedProtocol);
263+
log_d("unexpected protocol: %s, expected %s", _protocol.c_str(), expectedProtocol);
264264
return false;
265265
}
266266

0 commit comments

Comments
 (0)