This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
PityTest11
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Tests: AbstractPityUnit - print full path of RootUnit
master
heck
1 year ago
parent
d6e2f0933e
commit
e258b1cdc6
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/AbstractPityUnit.cc
+1
-0
src/AbstractPityUnit.hh
+ 1
- 1
src/AbstractPityUnit.cc
View File
@ -171,7 +171,7 @@ namespace pEp {
if
(
init_tree
)
{
logH1
(
"
PityTest Starting...
"
)
;
_logRaw
(
"
RootUnit:
"
+
getPath
Short
(
)
)
;
_logRaw
(
"
RootUnit:
"
+
getPath
(
)
)
;
_logRaw
(
"
GlobalRootDir:
"
+
getGlobalRootDir
(
)
)
;
_logRaw
(
"
Ensuring GlobalRootDir...
"
)
;
+ 1
- 0
src/AbstractPityUnit.hh
View File
@ -78,6 +78,7 @@ namespace pEp {
private
:
// METHODS
void
_init
(
)
;
// Execution
void
_initProcUnitNrRecurse
(
)
;
void
_initTransportRecurse
(
)
;
Write
Preview
Loading…
Cancel
Save