Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sim): Change and move log level for multiple sensitive volumes wi…
…th same name Both the transport engines and FairRoot allow registering of multiple nodes with the same volume/same volume name (copy mechanism). However currently such workflow logs errors from `FairVolumeList::addVolume()`, which in turn is called by `FairModule::AddSensitiveVolume()`. Since the `FairVolumeList::addVolume()` returns nullpointer in such cases, the commit moves `LOG` and changes it severity from `LOG(error)` in `FairVolumeList::addVolume()` to `LOG(debug)` in `FairModule::AddSensitiveVolume()`. Fixes the issue #1595.
- Loading branch information