Changeset 14583 for trunk/base


Ignore:
Timestamp:
Oct 12, 2005, 10:10:28 PM (18 years ago)
Author:
pguyot (Paul Guyot)
Message:

Output the error when fetching fails if -d is provided.
(this avoids unnecessary hacks of the source by users).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portfetch.tcl

    r14425 r14583  
    11# et:ts=4
    22# portfetch.tcl
    3 # $Id: portfetch.tcl,v 1.106 2005/10/05 04:28:05 pguyot Exp $
     3# $Id: portfetch.tcl,v 1.107 2005/10/12 22:10:28 pguyot Exp $
    44#
    55# Copyright (c) 2002 - 2003 Apple Computer, Inc.
     
    408408                                        break
    409409                                } else {
    410 #                                       ui_warn "[msgcat::mc "Unable to fetch:"]: $result"
     410                                        ui_debug "[msgcat::mc "Fetching failed:"]: $result"
    411411                                        exec rm -f ${distpath}/${distfile}.TMP
    412412                                }
Note: See TracChangeset for help on using the changeset viewer.