1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Hadrons: missing dependency message improvement

This commit is contained in:
Antonin Portelli 2018-04-23 22:46:17 +01:00
parent 6764362237
commit af84fd65bb

View File

@ -306,9 +306,10 @@ void VirtualMachine::makeModuleGraph(void)
if (min < 0)
{
HADRON_ERROR(Definition, "object with address "
+ std::to_string(in)
+ " is not produced by any module");
HADRON_ERROR(Definition, "dependency '"
+ env().getObjectName(in) + "' (address "
+ std::to_string(in)
+ ") is not produced by any module");
}
else
{