Changeset 2637
- Timestamp:
- 11/27/07 00:47:41 (1 year ago)
- Files:
-
- trunk/src/vsched.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/vsched.c
r2510 r2637 184 184 WRITE_MSG(2, ENSC_WRAPPERS_PREFIX); 185 185 WRITE_STR(2, name); 186 WRITE_MSG(2, ": is not a number\n");186 WRITE_MSG(2, ": is not an integer\n"); 187 187 exit(1); 188 188 } … … 245 245 #define SETVAL(ATTR,MASK) \ 246 246 if (!isNumber(optarg, &tmp, false)) { \ 247 WRITE_MSG(2, ENSC_WRAPPERS_PREFIX "non- numericvalue specified for '--" #ATTR "'\n"); \247 WRITE_MSG(2, ENSC_WRAPPERS_PREFIX "non-integer value specified for '--" #ATTR "'\n"); \ 248 248 exit(wrapper_exit_code); \ 249 249 } \
