port/port.tcl: Errors should go to stderr
--- trunk/base/src/port/port.tcl 2008-06-01 23:21:39 UTC (rev 37267)
+++ trunk/base/src/port/port.tcl 2008-06-01 23:27:34 UTC (rev 37268)
@@ -1352,7 +1352,7 @@
# If there's no such info, move on
if {![info exists portinfo($ropt)]} {
if {!$quiet} {
- puts "no info for '$opt'"
+ puts stderr "no info for '$opt'"
}
continue
}