IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26555


Ignore:
Timestamp:
Jan 9, 2010, 10:53:48 AM (16 years ago)
Author:
bills
Message:

refine an error message

File:
1 edited

Legend:

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

    r26550 r26555  
    212212if (!$no_update) {
    213213    my $result = $dbh->do("UPDATE magicDSRun SET state = 'cleaned' WHERE magic_ds_id = ?", undef, $magic_ds_id);
    214     my_die("attempt to update magicDSRun failed", $magic_ds_id, $PS_EXIT_UNKNOWN_ERROR) if $result eq "0E0";
     214    my_die("attempt to update magicDSRun.state failed", $magic_ds_id, $PS_EXIT_UNKNOWN_ERROR) if $result eq "0E0";
    215215} else {
    216216    print STDERR "skipping update of magicDSRun\n";
Note: See TracChangeset for help on using the changeset viewer.