IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34502


Ignore:
Timestamp:
Oct 4, 2012, 10:30:30 AM (14 years ago)
Author:
bills
Message:

print out the number of camRuns reverted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/camtool.c

    r34081 r34502  
    974974        return false;
    975975    }
     976    int numUpdated = psDBAffectedRows(config->dbh);
     977    psLogMsg("camtool", PS_LOG_INFO, "Updated %d camProcessedExps", numUpdated);
    976978
    977979    return true;
Note: See TracChangeset for help on using the changeset viewer.