IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28192 for trunk/ippTools/src


Ignore:
Timestamp:
Jun 2, 2010, 2:30:02 PM (16 years ago)
Author:
heather
Message:

removed the things that printed out the queries when there was an error

File:
1 edited

Legend:

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

    r28181 r28192  
    430430        return false;
    431431    }
    432     //psError(PS_ERR_UNKNOWN, false, "database error %s", query);
     432   
    433433    psFree(query);
    434434
     
    555555
    556556    if (!p_psDBRunQuery(config->dbh, query)) {
    557       psError(PS_ERR_UNKNOWN, false, "database error %s ", query);
     557      psError(PS_ERR_UNKNOWN, false, "database error", query);
    558558        psFree(query);
    559559        return false;
     
    15931593
    15941594  if (!p_psDBRunQuery(config->dbh, query)) {
    1595    psError(PS_ERR_UNKNOWN, false, "database error %s", query);
     1595   psError(PS_ERR_UNKNOWN, false, "database error", query);
    15961596   psFree(query);
    15971597   return false;
Note: See TracChangeset for help on using the changeset viewer.