Changeset 8669 for trunk/psModules/src/concepts/pmConceptsRead.c
- Timestamp:
- Aug 29, 2006, 11:39:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.c
r8246 r8669 156 156 if (!conceptParse(spec, conceptItem, cameraFormat, target, NULL, NULL, cell)) { 157 157 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to parse concept %s from camera " 158 "configuration. It has a weird %s.SOURCE: %s\n", name, name);158 "configuration.\n", name); 159 159 status = false; 160 160 } … … 199 199 psString name = specItem->name; // The concept name 200 200 psMetadataItem *conceptItem = psMetadataLookup(defaults, name); // The concept, or NULL 201 psTrace("psModules.concepts", 10, "%s: % x\n", name, conceptItem);201 psTrace("psModules.concepts", 10, "%s: %p\n", name, conceptItem); 202 202 if (conceptItem && conceptItem->type == PS_DATA_METADATA) { 203 203 psTrace("psModules.concepts", 5, "%s is of type METADATA.\n", name);
Note:
See TracChangeset
for help on using the changeset viewer.
