IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2005, 3:41:30 PM (21 years ago)
Author:
jhoblitt
Message:

add psError() error reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/insert.tt

    r4338 r4341  
    2323    if (!psMetadataAdd(md, PS_LIST_TAIL, "[% item.name %]", PS_META_BOOL, NULL, [% item.name %])) {
    2424[% END -%]
    25         // psError(); something bad happened
     25        psError(PS_ERR_UNKNOWN, false, "failed to add item [% item.name %]");
    2626        psFree(md);
    2727        return false;
Note: See TracChangeset for help on using the changeset viewer.