summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/fetch_curl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/fetchers/fetch_curl.c b/content/fetchers/fetch_curl.c
index d5182187d..ca11f8258 100644
--- a/content/fetchers/fetch_curl.c
+++ b/content/fetchers/fetch_curl.c
@@ -222,6 +222,8 @@ void fetch_curl_register(void)
if (code != CURLE_OK) {
curl_with_openssl = false;
}
+
+ LOG(("cURL %slinked against openssl", curl_with_openssl ? "" : "not "));
#endif
/* cURL initialised okay, register the fetchers */