[70164] branches/release_1_9/base/src/port1.0/portlint.tcl

jmr at macports.org jmr at macports.org
Sat Jul 31 01:39:45 PDT 2010


Revision: 70164
          http://trac.macports.org/changeset/70164
Author:   jmr at macports.org
Date:     2010-07-31 01:39:44 -0700 (Sat, 31 Jul 2010)
Log Message:
-----------
merge r70163 from trunk:
 switch ui_msg to ui_notice in portlint since the former changed to being printed when -q is used (#25880)

Revision Links:
--------------
    http://trac.macports.org/changeset/70163

Modified Paths:
--------------
    branches/release_1_9/base/src/port1.0/portlint.tcl

Modified: branches/release_1_9/base/src/port1.0/portlint.tcl
===================================================================
--- branches/release_1_9/base/src/port1.0/portlint.tcl	2010-07-31 08:35:15 UTC (rev 70163)
+++ branches/release_1_9/base/src/port1.0/portlint.tcl	2010-07-31 08:39:44 UTC (rev 70164)
@@ -90,7 +90,7 @@
 
 proc portlint::lint_start {args} {
     global UI_PREFIX name
-    ui_msg "$UI_PREFIX [format [msgcat::mc "Verifying Portfile for %s"] ${name}]"
+    ui_notice "$UI_PREFIX [format [msgcat::mc "Verifying Portfile for %s"] ${name}]"
 }
 
 proc portlint::lint_main {args} {
@@ -532,7 +532,7 @@
     ui_debug "Archs: $portarch"
     ###################################################################
 
-    ui_msg "$UI_PREFIX [format [msgcat::mc "%d errors and %d warnings found."] $errors $warnings]"
+    ui_notice "$UI_PREFIX [format [msgcat::mc "%d errors and %d warnings found."] $errors $warnings]"
 
     return {$errors > 0}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100731/acb3f9c4/attachment.html>


More information about the macports-changes mailing list