IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2008, 2:04:24 PM (17 years ago)
Author:
eugene
Message:

added some traces

File:
1 edited

Legend:

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

    r20599 r20638  
    7272    }
    7373
     74    psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name);
     75    if (!strcmp (spec->blank->name, "CELL.XPARITY")) {
     76        psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", spec->blank->name);
     77    }
     78
    7479    psMetadataItem *parsed = NULL;  // The parsed concept
    7580    if (spec->parse) {
     
    8893        }
    8994    }
    90 
    91     psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name);
    9295
    9396    // Plug the parsed concept into a new psMetadataItem, so each "concept" has its own version that can
     
    270273        psMetadataItem *headerItem = NULL; // The value of the concept from the header
    271274
     275        psTrace ("psModules.concepts", 3, "reading concept: %s\n", name);
     276        if (!strcmp (name, "CELL.XPARITY")) {
     277            psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", name);
     278        }
     279
    272280        // First check the cell configuration
    273281        if (cell && cell->config) {
Note: See TracChangeset for help on using the changeset viewer.