This website works better with JavaScript.
Home
Help
Register
Sign In
Thomas
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
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
LIB-11
heck
11 months ago
parent
f592357827
commit
dd213604e3
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/pitytest11/src/AbstractPityUnit.cc
+1
-0
test/pitytest11/src/AbstractPityUnit.hh
+ 1
- 1
test/pitytest11/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
test/pitytest11/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