ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Utilities/Switcher.pm
(Generate patch)

Comparing COMP/SCRAM/src/Utilities/Switcher.pm (file contents):
Revision 1.2 by williamc, Mon Mar 1 11:01:36 1999 UTC vs.
Revision 1.3 by williamc, Fri Mar 19 14:08:25 1999 UTC

# Line 236 | Line 236 | sub checkparam($hash, $name, $key) {
236          my $key=shift;
237  
238          if ( ! defined $$hashref{$key} ) {
239 <           print "BootParser: Badly formed $name tag -".
239 >           print "Switcher: Badly formed $name tag -".
240                          " undefined $key parameter\n";
241             exit 1;
242          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines