[70594] trunk/base/src/port1.0/portfetch.tcl

jmr at macports.org jmr at macports.org
Sat Aug 14 12:51:44 PDT 2010


Revision: 70594
          http://trac.macports.org/changeset/70594
Author:   jmr at macports.org
Date:     2010-08-14 12:51:41 -0700 (Sat, 14 Aug 2010)
Log Message:
-----------
switch "attempting to fetch" message to ui_notice

Modified Paths:
--------------
    trunk/base/src/port1.0/portfetch.tcl

Modified: trunk/base/src/port1.0/portfetch.tcl
===================================================================
--- trunk/base/src/port1.0/portfetch.tcl	2010-08-14 18:55:36 UTC (rev 70593)
+++ trunk/base/src/port1.0/portfetch.tcl	2010-08-14 19:51:41 UTC (rev 70594)
@@ -483,7 +483,7 @@
             }
             unset -nocomplain fetched
             foreach site $urlmap($url_var) {
-                ui_msg "$UI_PREFIX [format [msgcat::mc "Attempting to fetch %s from %s"] $distfile $site]"
+                ui_notice "$UI_PREFIX [format [msgcat::mc "Attempting to fetch %s from %s"] $distfile $site]"
                 set file_url [portfetch::assemble_url $site $distfile]
                 if {![catch {eval curl fetch $fetch_options {$file_url} {"${distpath}/${distfile}.TMP"}} result] &&
                     ![catch {file rename -force "${distpath}/${distfile}.TMP" "${distpath}/${distfile}"} result]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100814/d413574e/attachment.html>


More information about the macports-changes mailing list