Skip to content

Commit

Permalink
Sync info message with actual behavior. (#1454)
Browse files Browse the repository at this point in the history
A previous commit correctly raised the CURL version that's necessary to
support SSL info with blobs to 7.77, but the corresponding log message
still stayed at the old value of 7.71.

Relates-To: OLPSUP-27800

Signed-off-by: Robert Buchholz <[email protected]>
  • Loading branch information
rbuch703 authored Dec 5, 2023
1 parent d1d72af commit add59f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olp-cpp-sdk-core/src/http/curl/NetworkCurl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ NetworkCurl::NetworkCurl(NetworkInitializationSettings settings)
#else
OLP_SDK_LOG_INFO_F(
kLogTag,
"CURL does not support SSL info with blobs, required 7.71.0, detected %s",
"CURL does not support SSL info with blobs, required 7.77.0, detected %s",
LIBCURL_VERSION);
#endif
}
Expand Down

0 comments on commit add59f1

Please sign in to comment.