Make error message more verbose

This commit is contained in:
Holger Vogt 2021-11-29 11:12:15 +01:00
parent aaf586ae83
commit b749e62e31
1 changed files with 3 additions and 2 deletions

View File

@ -9958,8 +9958,9 @@ void inp_rem_unused_models(struct nscope *root, struct card *deck)
mark_all_binned(m->model->level, elem_model_name);
}
else {
fprintf(stderr, "warning, can't find model %s\n",
elem_model_name);
fprintf(stderr, "warning, can't find model '%s' from line\n "
"%s\n",
elem_model_name, curr_line);
}
}