Changeset 13634 for trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
- Timestamp:
- Jun 4, 2007, 5:39:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r13631 r13634 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.5 4 2007-06-05 03:19:57price Exp $3 # $Id: Config.pm,v 1.55 2007-06-05 03:39:13 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 554 554 } 555 555 556 my $rejName = metadataLookupStr($camera, 'REJECTION '); # Name of rejection file556 my $rejName = metadataLookupStr($camera, 'REJECTIONS'); # Name of rejection file 557 557 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"; 559 559 return undef; 560 560 } … … 583 583 if (lc($item->{name}) eq $type) { 584 584 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"; 586 586 exit($PS_EXIT_PROG_ERROR); 587 587 } … … 609 609 610 610 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"; 612 612 } 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"; 614 614 } 615 615 return undef;
Note:
See TracChangeset
for help on using the changeset viewer.
