Skip to content

Commit 985b902

Browse files
bligetifhessel
andauthored
Update src/HTTPConnection.cpp
Co-authored-by: Frank Hessel <[email protected]>
1 parent 34b3beb commit 985b902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTTPConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ int HTTPConnection::updateBuffer() {
207207
} else {
208208
// An error occured
209209
_connectionState = STATE_ERROR;
210-
HTTPS_LOGE("An receive error occured, FID=%d, SSL_error=%d", _socket, readReturnCode);
210+
HTTPS_LOGE("An receive error occurred, FID=%d, code=%d", _socket, readReturnCode);
211211
closeConnection();
212212
return -1;
213213
}

0 commit comments

Comments
 (0)