mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
added some more debugging for finding out why numbers wont resolve
from servald in java interface.
This commit is contained in:
parent
e14793486d
commit
590b53975c
@ -1233,7 +1233,11 @@ int app_node_info(int argc, const char *const *argv, struct command_line_option
|
||||
mdp.nodeinfo.resolve_did=1;
|
||||
}
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
WHY("Poll for DNA number resolution failed");
|
||||
if (m2.packetTypeAndFlags==MDP_ERROR)
|
||||
WHYF("error.error=%d, error.message=%s",m2.error.error,m2.error.message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user