? drushrc.php
Index: commands/pm/updatecode.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/commands/pm/updatecode.inc,v
retrieving revision 1.6
diff -u -p -r1.6 updatecode.inc
--- commands/pm/updatecode.inc	18 Apr 2009 01:29:32 -0000	1.6
+++ commands/pm/updatecode.inc	20 Apr 2009 11:11:53 -0000
@@ -118,7 +118,7 @@ function pm_update_packages($releases) {
 
   // Now we start the actual updating.
   foreach($releases as $release) {
-    drush_verbose(dt('Starting to update !project code ...', array('!project' => $release['title'])));
+    drush_log(dt('Starting to update !project code ...', array('!project' => $release['title'])));
 
     $drupal_root = drush_get_context('DRUSH_DRUPAL_ROOT');
     
