IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2008, 6:41:15 PM (18 years ago)
Author:
bills
Message:

more complete error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_image_path.pl

    r17861 r17862  
    8181    }
    8282    if (!$nfiles) {
    83         print STDERR "exposure $exp_name not found\n";
     83        my $cstr = defined($class_id) ? $class_id . " " : "";
     84        print STDERR "exposure $exp_name " . $cstr . "not found\n";
    8485        exit 2;
    8586    }
Note: See TracChangeset for help on using the changeset viewer.