Changeset 9677
- Timestamp:
- Oct 20, 2006, 11:59:16 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r9572 r9677 74 74 sscanf(concept->data.V, "%d %d %f", &big, &medium, &small) != 3) 75 75 { 76 psError(PS_ERR_UNKNOWN, true, "Cannot interpret FPA.RA: %s\n", concept->data.str);76 psError(PS_ERR_UNKNOWN, true, "Cannot interpret %s: %s\n", pattern->name, concept->data.str); 77 77 break; 78 78 } … … 85 85 break; 86 86 default: 87 psError(PS_ERR_UNKNOWN, true, "%s concept is of an unexpected type: %x\n", pattern->name, concept->type); 87 psError(PS_ERR_UNKNOWN, true, "%s concept is of an unexpected type: %x\n", 88 pattern->name, concept->type); 88 89 return NULL; 89 90 }
Note:
See TracChangeset
for help on using the changeset viewer.
