IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2007, 12:01:41 PM (19 years ago)
Author:
magnier
Message:

added traces to track down an error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r12285 r12480  
    141141        psString name = specItem->name; // The concept name
    142142        psMetadataItem *conceptItem = psMetadataLookup(cellConfig, name); // The concept, or NULL
     143        psTrace("psModules.concepts", 10, "%s: %p\n", name, conceptItem);
    143144        if (conceptItem) {
    144145            if (conceptItem->type == PS_DATA_STRING) {
     
    354355            }
    355356        }
     357        psTrace("psModules.concepts", 10, "%s: %p\n", name, headerItem);
    356358        psFree(headerItem);
    357359    }
Note: See TracChangeset for help on using the changeset viewer.