Index: trunk/psModules/src/concepts/pmConceptsRead.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsRead.c	(revision 20599)
+++ trunk/psModules/src/concepts/pmConceptsRead.c	(revision 20638)
@@ -72,4 +72,9 @@
     }
 
+    psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name);
+    if (!strcmp (spec->blank->name, "CELL.XPARITY")) {
+	psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", spec->blank->name);
+    }
+
     psMetadataItem *parsed = NULL;  // The parsed concept
     if (spec->parse) {
@@ -88,6 +93,4 @@
         }
     }
-
-    psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name);
 
     // Plug the parsed concept into a new psMetadataItem, so each "concept" has its own version that can
@@ -270,4 +273,9 @@
         psMetadataItem *headerItem = NULL; // The value of the concept from the header
 
+	psTrace ("psModules.concepts", 3, "reading concept: %s\n", name);
+	if (!strcmp (name, "CELL.XPARITY")) {
+	    psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", name);
+	}
+
         // First check the cell configuration
         if (cell && cell->config) {
