HiveDataBoker, Improve error message when unknown requested input
Added algorithm name to printout when unknown requested input detected.
Before:
HiveDataBrokerSvc FATAL in sysInitialize(): exception with tag=mapProducers is caught
HiveDataBrokerSvc ERROR mapProducers unknown requested input: /Event/Link/Pr/LHCbIDbooboo StatusCode=FAILURE
After:
HiveDataBrokerSvc ERROR mapProducers
Unknown requested input by PrTrackAssociator/TrackAssociator : /Event/Link/Pr/LHCbIDbooboo .
You can set the OutputLevel of HiveDataBrokerSvc to DEBUG to get a list of inputs and outputs of every algorithm.
StatusCode=FAILURE
Edited by Marco Clemencic