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