IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 25, 2008, 11:28:19 AM (18 years ago)
Author:
bills
Message:

error message tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/dsreg

    r18572 r18737  
    174174
    175175    if (!$fs_row) {
    176         print STDERR "Fileset '$fileset' not found under $product.\n";
     176        print STDERR "Fileset '$fileset' not found in $product.\n";
    177177        if ($force) {
    178178            exit 0;
     
    247247                        " AND prod_id = $prod_id", undef, ($fileset));
    248248    if ($count != 0E0) {
    249         print "Fileset '$fileset' already exists under $product.\n";
     249        print STDERR "Fileset '$fileset' already exists in product $product.\n";
    250250        exit 1;
    251251    }
Note: See TracChangeset for help on using the changeset viewer.