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:
gardners 2012-05-07 08:47:22 +09:30
parent 7b520e7a49
commit 7c8331a587

View File

@ -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");
}
}