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/metadatafromobject.tt

    r4332 r4341  
    1212    if (!psMetadataAdd(md, PS_LIST_TAIL, "[% item.name %]", PS_META_BOOL, NULL, object->[% item.name %])) {
    1313[% END -%]
    14         // psError(); something bad happened
     14        psError(PS_ERR_UNKNOWN, false, "failed to add item [% item.name %]");
    1515        psFree(md);
    1616        return NULL;
Note: See TracChangeset for help on using the changeset viewer.