1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +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) if (min < 0)
{ {
HADRON_ERROR(Definition, "object with address " HADRON_ERROR(Definition, "dependency '"
+ std::to_string(in) + env().getObjectName(in) + "' (address "
+ " is not produced by any module"); + std::to_string(in)
+ ") is not produced by any module");
} }
else else
{ {