Compare commits

..

1 Commits

Author SHA1 Message Date
ea110d5047 improved error message 2016-04-28 11:58:23 +02:00

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;
}