Skip to content

Fixed computation of "levels" in EvtStoreSvc

Sebastien Ponce requested to merge sponce_fixLevelInEvtStoreSvc into master

The levels are basically the number of slashes in a path in the store. But EvtStoreSvc was not taking into account the slashes in the rootName, thus having lower numbers.

Merge request reports