[52915] branches/gsoc09-logging/base/src/macports1.0/macports.tcl
enl at macports.org
enl at macports.org
Thu Jun 25 12:47:11 PDT 2009
Revision: 52915
http://trac.macports.org/changeset/52915
Author: enl at macports.org
Date: 2009-06-25 12:47:11 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
bug fix for a bug fix :)
Modified Paths:
--------------
branches/gsoc09-logging/base/src/macports1.0/macports.tcl
Modified: branches/gsoc09-logging/base/src/macports1.0/macports.tcl
===================================================================
--- branches/gsoc09-logging/base/src/macports1.0/macports.tcl 2009-06-25 19:45:13 UTC (rev 52914)
+++ branches/gsoc09-logging/base/src/macports1.0/macports.tcl 2009-06-25 19:47:11 UTC (rev 52915)
@@ -132,7 +132,7 @@
proc ui_message {priority prefix stage args} {
global macports::channels ::debuglog
foreach chan $macports::channels($priority) {
- if {[info exists $::debuglog] && $chan == $::debuglog} {
+ if {[info exists ::debuglog] && $chan == $::debuglog} {
set strprefix ":$priority:$stage "
if {[lindex $args 0] == "-nonewline"} {
puts -nonewline $chan "$strprefix[lindex $args 1]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090625/7a30cf2b/attachment.html>
More information about the macports-changes
mailing list