diff --git a/src/AbstractPityUnit.cc b/src/AbstractPityUnit.cc index 060107f..ad62c11 100644 --- a/src/AbstractPityUnit.cc +++ b/src/AbstractPityUnit.cc @@ -171,7 +171,7 @@ namespace pEp { if (init_tree) { logH1("PityTest Starting..."); - _logRaw("RootUnit: " + getPathShort()); + _logRaw("RootUnit: " + getPath()); _logRaw("GlobalRootDir: " + getGlobalRootDir()); _logRaw("Ensuring GlobalRootDir..."); diff --git a/src/AbstractPityUnit.hh b/src/AbstractPityUnit.hh index 5c828ac..cc52c45 100644 --- a/src/AbstractPityUnit.hh +++ b/src/AbstractPityUnit.hh @@ -78,6 +78,7 @@ namespace pEp { private: // METHODS + void _init(); // Execution void _initProcUnitNrRecurse(); void _initTransportRecurse();