IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13693


Ignore:
Timestamp:
Jun 6, 2007, 4:29:11 PM (19 years ago)
Author:
Paul Price
Message:

Elaborating on error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r13636 r13693  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.57 2007-06-05 03:42:32 price Exp $
     3# $Id: Config.pm,v 1.58 2007-06-07 02:29:11 price Exp $
    44
    55package PS::IPP::Config;
     
    625625
    626626    unless (defined $self and defined $name and defined $output) {
    627         carp "Programming error";
     627        carp "Programming error: required inputs left undefined";
    628628        exit($PS_EXIT_PROG_ERROR);
    629629    }
Note: See TracChangeset for help on using the changeset viewer.