Skip to content
Snippets Groups Projects
Commit 189583d1 authored by Arnaud Kerhornou's avatar Arnaud Kerhornou
Browse files

update error message in set_source_id_to_external_name method to make it clear what is the problem

parent 6eeba8ef
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ sub set_source_id_to_external_name {
elsif($name =~ /notransfer$/){
}
else{
die "ERROR: Could not find $name in external_db table please add this too continue";
die "ERROR: Could not find a display_name for $name in external_db table please add this to continue";
}
}
......
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