mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 06:03:12 +00:00
disable annoying debug message that is triggered by MDP packet
corruption bugs, that cause us to think we have seen an advertisement for a node that doesn't exist. Still need to implement the stub of code that has been converted to a #warning..
This commit is contained in:
parent
7b520e7a49
commit
7c8331a587
@ -215,7 +215,7 @@ int overlay_route_saw_advertisements(int i,overlay_frame *f, long long now)
|
||||
score,gateways_en_route);
|
||||
} else if (r==OA_PLEASEEXPLAIN) {
|
||||
/* Unresolved address -- ask someone to resolve it for us. */
|
||||
WHY("Dispatch PLEASEEXPLAIN not implemented");
|
||||
#warning WHY("Dispatch PLEASEEXPLAIN not implemented");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user