Commit 9e366ba6 authored by Lev Walkin's avatar Lev Walkin

wording

parent 5ba113b0
......@@ -56,8 +56,9 @@ asn1f_lookup_in_imports(arg_t *arg, asn1p_module_t *mod, const char *name) {
/* Conditional debug */
if(!(arg->expr->_mark & TM_BROKEN)) {
arg->expr->_mark |= TM_BROKEN;
FATAL("Cannot find module %s "
"mentioned for %s at line %d",
FATAL("Cannot find external module \"%s\" "
"mentioned for "
"\"%s\" at line %d",
xp->from, name, arg->expr->_lineno);
}
/* ENOENT/ETOOMANYREFS */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment