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:
parent
6764362237
commit
af84fd65bb
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user