improved error message
This commit is contained in:
@ -603,7 +603,7 @@ parseLink(const struct link *ioLink, char* filename,
|
|||||||
if (items <= 0)
|
if (items <= 0)
|
||||||
{
|
{
|
||||||
error("%s: Empty I/O link. "
|
error("%s: Empty I/O link. "
|
||||||
"Forgot the leading '@' or confused INP with OUT ?\n",
|
"Forgot the leading '@' or confused INP with OUT or link is too long ?\n",
|
||||||
name());
|
name());
|
||||||
return S_dev_badInitRet;
|
return S_dev_badInitRet;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user