logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core /PEAR/Downloader Package.php: msg#00287

Subject: cvs: pear-core /PEAR/Downloader Package.php
cellog          Sun Mar 25 23:04:57 2007 UTC

  Modified files:              
    /pear-core/PEAR/Downloader  Package.php 
  Log:
  add debug statement to determine where we are grabbing things from
  
http://cvs.php.net/viewvc.cgi/pear-core/PEAR/Downloader/Package.php?r1=1.104&r2=1.105&diff_format=u
Index: pear-core/PEAR/Downloader/Package.php
diff -u pear-core/PEAR/Downloader/Package.php:1.104 
pear-core/PEAR/Downloader/Package.php:1.105
--- pear-core/PEAR/Downloader/Package.php:1.104 Sun Jan 14 21:11:54 2007
+++ pear-core/PEAR/Downloader/Package.php       Sun Mar 25 23:04:57 2007
@@ -15,7 +15,7 @@
  * @author     Greg Beaver <cellog@xxxxxxx>
  * @copyright  1997-2006 The PHP Group
  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: Package.php,v 1.104 2007/01/14 21:11:54 cellog Exp $
+ * @version    CVS: $Id: Package.php,v 1.105 2007/03/25 23:04:57 cellog Exp $
  * @link       http://pear.php.net/package/PEAR
  * @since      File available since Release 1.4.0a1
  */
@@ -1420,6 +1420,7 @@
                 $this->_downloader->popErrorHandling();
                 return $dir;
             }
+            $this->_downloader->log(3, 'Downloading "' . $param . '"');
             $file = $this->_downloader->downloadHttp($param, 
$this->_downloader->ui,
                 $dir, $callback);
             $this->_downloader->popErrorHandling();

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>