Index: trunk/psModules/src/concepts/pmConceptsRead.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsRead.c	(revision 8246)
+++ trunk/psModules/src/concepts/pmConceptsRead.c	(revision 8669)
@@ -156,5 +156,5 @@
                 if (!conceptParse(spec, conceptItem, cameraFormat, target, NULL, NULL, cell)) {
                     psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to parse concept %s from camera "
-                            "configuration.  It has a weird %s.SOURCE: %s\n", name, name);
+                            "configuration.\n", name);
                     status = false;
                 }
@@ -199,5 +199,5 @@
         psString name = specItem->name; // The concept name
         psMetadataItem *conceptItem = psMetadataLookup(defaults, name); // The concept, or NULL
-        psTrace("psModules.concepts", 10, "%s: %x\n", name, conceptItem);
+        psTrace("psModules.concepts", 10, "%s: %p\n", name, conceptItem);
         if (conceptItem && conceptItem->type == PS_DATA_METADATA) {
             psTrace("psModules.concepts", 5, "%s is of type METADATA.\n", name);
