Changeset 12285 for trunk/psModules/src/concepts/pmConceptsRead.c
- Timestamp:
- Mar 6, 2007, 2:10:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.c
r11865 r12285 76 76 } 77 77 if (!parsed) { 78 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to parse concept %s\n", spec->blank->name); 79 return false; 78 if (spec->required) { 79 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to parse concept %s\n", spec->blank->name); 80 return false; 81 } else { 82 psWarning("Unable to parse concept %s, but concept not marked as required.\n", spec->blank->name); 83 psErrorClear(); 84 } 80 85 } 81 86
Note:
See TracChangeset
for help on using the changeset viewer.
