Skip to content

Commit 154b63f

Browse files
add log for http call
1 parent b953045 commit 154b63f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/php/libsdk/SDK/FileOps.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ protected function download(string $url, string $dest_fn = NULL) : ?string
122122
retry:
123123
$ch = curl_init();
124124

125+
echo "CALL $url \n";
126+
125127
curl_setopt($ch, CURLOPT_URL, $url);
126128

127129
if ($dest_fn) {

0 commit comments

Comments
 (0)