X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FTask%2FStreamFetch.php;h=3b1fc29cb53b4db1ce44ff6261e91444e3c591e8;hb=337e76964be2ed6724633ac477affc3a28426c97;hp=4f090efb74579b0b21970ca87ad7ee6f76a859cc;hpb=23b4f263e68ae8d0a34292ed6215350483fe8451;p=pharext%2Fpharext diff --git a/src/pharext/Task/StreamFetch.php b/src/pharext/Task/StreamFetch.php index 4f090ef..3b1fc29 100644 --- a/src/pharext/Task/StreamFetch.php +++ b/src/pharext/Task/StreamFetch.php @@ -55,6 +55,9 @@ class StreamFetch implements Task * @throws \pharext\Exception */ public function run($verbose = false) { + if ($verbose !== false) { + printf("Fetching %s ...\n", $this->source); + } $context = $this->createStreamContext(); if (!$remote = fopen($this->source, "r", false, $context)) {