improved error message

This commit is contained in:
2016-04-28 11:58:23 +02:00
parent b37fad41c6
commit ea110d5047

View File

@ -603,7 +603,7 @@ parseLink(const struct link *ioLink, char* filename,
if (items <= 0)
{
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());
return S_dev_badInitRet;
}