Skip to content

Commit add59f1

Browse files
authored
Sync info message with actual behavior. (#1454)
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 <robert.buchholz@here.com>
1 parent d1d72af commit add59f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olp-cpp-sdk-core/src/http/curl/NetworkCurl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ NetworkCurl::NetworkCurl(NetworkInitializationSettings settings)
301301
#else
302302
OLP_SDK_LOG_INFO_F(
303303
kLogTag,
304-
"CURL does not support SSL info with blobs, required 7.71.0, detected %s",
304+
"CURL does not support SSL info with blobs, required 7.77.0, detected %s",
305305
LIBCURL_VERSION);
306306
#endif
307307
}

0 commit comments

Comments
 (0)