Skip to content
Snippets Groups Projects
Commit 3f514b1f authored by lhausamm's avatar lhausamm
Browse files

improve error message

parent 915667fb
No related branches found
No related tags found
1 merge request!520Select io
......@@ -884,7 +884,9 @@ void io_check_output_fields(const struct swift_params* output_fields,
continue;
}
}
if (!found) error("Unable to find field corresponding to %s", param_name);
if (!found)
error("Unable to find field corresponding to %s in %s",
param_name, output_fields->fileName);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment