consistent verbosity
[pharext/pharext] / src / pharext / Task / Phpize.php
index ab70534322d269a2e773ec7655549f00f6f93543..a1da2e7a5870e42698a40b423f84e706f79a33d0 100644 (file)
@@ -41,6 +41,9 @@ class Phpize implements Task
         * @throws \pharext\Exception
         */
        public function run($verbose = false) {
+               if ($verbose !== false) {
+                       printf("Running %s ...\n", $this->phpize);
+               }
                $pwd = getcwd();
                if (!chdir($this->cwd)) {
                        throw new Exception;