IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13634


Ignore:
Timestamp:
Jun 4, 2007, 5:39:13 PM (19 years ago)
Author:
Paul Price
Message:

REJECTIONS, not REJECTION.

File:
1 edited

Legend:

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

    r13631 r13634  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.54 2007-06-05 03:19:57 price Exp $
     3# $Id: Config.pm,v 1.55 2007-06-05 03:39:13 price Exp $
    44
    55package PS::IPP::Config;
     
    554554        }
    555555       
    556         my $rejName = metadataLookupStr($camera, 'REJECTION'); # Name of rejection file
     556        my $rejName = metadataLookupStr($camera, 'REJECTIONS'); # Name of rejection file
    557557        unless (defined $rejName) {
    558             carp "Can't find REJECTION list in camera configuration.\n";
     558            carp "Can't find REJECTIONS list in camera configuration.\n";
    559559            return undef;
    560560        }
     
    583583      if (lc($item->{name}) eq $type) {
    584584          unless ($item->{class} eq "metadata") {
    585               carp "$name within REJECTION is not of type METADATA";
     585              carp "$name within REJECTIONS is not of type METADATA";
    586586              exit($PS_EXIT_PROG_ERROR);
    587587          }
     
    609609
    610610    if (not defined $filter) {
    611         carp "Unable to find type $type with no FILTER in REJECTION list.\n";
     611        carp "Unable to find type $type with no FILTER in REJECTIONS list.\n";
    612612    } else {
    613         carp "Unable to find type $type with FILTER $filter in REJECTION list.\n";
     613        carp "Unable to find type $type with FILTER $filter in REJECTIONS list.\n";
    614614    }
    615615    return undef;
Note: See TracChangeset for help on using the changeset viewer.