Skip to content

Commit 2a4b758

Browse files
olszomalmtrojnar
authored andcommitted
Add connection logging
1 parent 56e7a72 commit 2a4b758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osslsigncode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ static BIO *bio_get_http(long *http_code, char *url, BIO *bout, char *proxy,
557557
return NULL; /* FAILED */
558558
}
559559
/* Start a libcurl easy session and set options for a curl easy handle */
560+
printf("Connecting to %s\n", url);
560561
curl = curl_easy_init();
561562
if (proxy) {
562563
res = curl_easy_setopt(curl, CURLOPT_PROXY, proxy);

0 commit comments

Comments
 (0)