[60580] trunk/base/src/macports1.0/macports.tcl

ryandesign at macports.org ryandesign at macports.org
Sun Nov 15 19:07:41 PST 2009


Revision: 60580
          http://trac.macports.org/changeset/60580
Author:   ryandesign at macports.org
Date:     2009-11-15 19:07:39 -0800 (Sun, 15 Nov 2009)
Log Message:
-----------
Fix "started at" messages to call a phase a phase not a stage, and to remove the hardcoded UI_PREFIX.

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2009-11-16 03:01:41 UTC (rev 60579)
+++ trunk/base/src/macports1.0/macports.tcl	2009-11-16 03:07:39 UTC (rev 60580)
@@ -155,7 +155,7 @@
     set macports::current_stage $phase
     if {$phase != "main"} {
         set cur_time [clock format [clock seconds] -format  {%+}]
-        ui_debug "--->  Stage $phase started at $cur_time"
+        ui_debug "$phase phase started at $cur_time"
     }
 }
 proc ui_message {priority prefix stage args} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091115/d72615fa/attachment.html>


More information about the macports-changes mailing list