mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
print path elements if DebugFind == true in parsePath
This commit is contained in:
parent
0f04865e93
commit
3cba6edf1f
@ -673,6 +673,10 @@ parsePath(System* s, Allocator* allocator, const char* path,
|
||||
}
|
||||
}
|
||||
|
||||
if (DebugFind) {
|
||||
fprintf(stderr, "add element %.*s %p\n", token.length, token.s, e);
|
||||
}
|
||||
|
||||
if (e) {
|
||||
if (prev) {
|
||||
prev->next = e;
|
||||
|
Loading…
Reference in New Issue
Block a user