From af84fd65bb953c553ab69771a804e54227600799 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Mon, 23 Apr 2018 22:46:17 +0100 Subject: [PATCH] Hadrons: missing dependency message improvement --- extras/Hadrons/VirtualMachine.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extras/Hadrons/VirtualMachine.cc b/extras/Hadrons/VirtualMachine.cc index a96df622..49096d92 100644 --- a/extras/Hadrons/VirtualMachine.cc +++ b/extras/Hadrons/VirtualMachine.cc @@ -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 {