]> granicus.if.org Git - php/commitdiff
* more consistent output
authorStig Bakken <ssb@php.net>
Mon, 9 Sep 2002 21:45:40 +0000 (21:45 +0000)
committerStig Bakken <ssb@php.net>
Mon, 9 Sep 2002 21:45:40 +0000 (21:45 +0000)
pear/PEAR/Command/Install.php

index a7b590e1405f9045a302901624b1fe5c8f7d319a..ebdb169889fe098fc84ad10ccd40ef3a6e27ec98 100644 (file)
@@ -246,10 +246,10 @@ specified at once.
         foreach ($params as $pkg) {
             if ($this->installer->uninstall($pkg, $options)) {
                 if ($this->config->get('verbose') > 0) {
-                    $this->ui->outputData("uninstall $pkg ok", $command);
+                    $this->ui->outputData("uninstall ok: $pkg", $command);
                 }
             } else {
-                return $this->raiseError("uninstall $pkg failed");
+                return $this->raiseError("uninstall failed: $pkg");
             }
         }
         return true;