IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:05:10 AM (15 years ago)
Author:
eugene
Message:

merging updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/psLib/src/db/psDB.c

    r30995 r31439  
    10431043        pType = psDBMySQLToPType(field[i].type, field[i].flags);
    10441044        if (!pType) {
    1045           psError(PS_ERR_UNKNOWN, false, "Failed to lookup type.");
     1045          psError(PS_ERR_UNKNOWN, false, "Failed to lookup type. %d %d %d",i,field[i].type, field[i].flags);
    10461046          psFree(md);
    10471047          mysql_free_result(result);
Note: See TracChangeset for help on using the changeset viewer.