IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34587


Ignore:
Timestamp:
Oct 25, 2012, 10:56:46 AM (14 years ago)
Author:
bills
Message:

tweak to info message

File:
1 edited

Legend:

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

    r34502 r34587  
    970970    psFree(where);
    971971
     972    int numDeleted = psDBAffectedRows(config->dbh);
    972973    if (!psDBCommit(config->dbh)) {
    973974        psError(PS_ERR_UNKNOWN, false, "database error");
    974975        return false;
    975976    }
    976     int numUpdated = psDBAffectedRows(config->dbh);
    977     psLogMsg("camtool", PS_LOG_INFO, "Updated %d camProcessedExps", numUpdated);
     977    psLogMsg("camtool", PS_LOG_INFO, "Deleted %d camProcessedExps", numDeleted);
    978978
    979979    return true;
Note: See TracChangeset for help on using the changeset viewer.