Changeset 14566 for trunk/base


Ignore:
Timestamp:
Oct 11, 2005, 8:39:03 PM (19 years ago)
Author:
jberry
Message:

Cleanup the error message just a smidge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port/port.tcl

    r14565 r14566  
    33exec @TCLSH@ "$0" "$@"
    44# port.tcl
    5 # $Id: port.tcl,v 1.123 2005/10/11 20:34:55 jberry Exp $
     5# $Id: port.tcl,v 1.124 2005/10/11 20:39:03 jberry Exp $
    66#
    77# Copyright (c) 2004 Robert Shaw <rshaw@opendarwin.org>
     
    17611761                                                                global errorInfo
    17621762                                                                ui_debug "$errorInfo"
    1763                                                                 fatal_softcontinue "unable to invoke editor: $result"
     1763                                                                fatal_softcontinue "unable to invoke editor $editor: $result"
    17641764                                                        }
    17651765                                                }
Note: See TracChangeset for help on using the changeset viewer.