You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sim): Change log level for multiple sensitive volumes with 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()`.
The commit changes the LOG(error) to LOG(debug).
Fixes the issue #1595.
0 commit comments