Make error message more verbose
This commit is contained in:
parent
9deb9f51d8
commit
cd01f4949e
|
|
@ -248,7 +248,7 @@ checkvalid(struct pnode *pn)
|
|||
pn->pn_value->v_name);
|
||||
else
|
||||
fprintf(cp_err,
|
||||
"Error(parse.c--checkvalid): %s: zero length vector.\n",
|
||||
"Error(checkvalid): vector %s is not available or has zero length.\n",
|
||||
pn->pn_value->v_name);
|
||||
return (FALSE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue