mirror of
https://github.com/bgp/bgpq4.git
synced 2024-05-11 05:55:05 +00:00
It was argued that upgrading the 'key not found' from DEBUG to ERROR was too verbose
This commit is contained in:
@ -840,7 +840,7 @@ have3:
|
||||
if (b->validate_asns)
|
||||
bgpq_expander_invalidate_asn(b, req->request);
|
||||
} else if (response[0] == 'D') {
|
||||
sx_report(SX_ERROR, "Key not found expanding %s",
|
||||
SX_DEBUG(debug_expander, "Key not found expanding %s",
|
||||
req->request);
|
||||
if (b->validate_asns)
|
||||
bgpq_expander_invalidate_asn(b, req->request);
|
||||
@ -1006,7 +1006,7 @@ have3:
|
||||
if (b->validate_asns)
|
||||
bgpq_expander_invalidate_asn(b, request);
|
||||
} else if (response[0] == 'D') {
|
||||
sx_report(SX_ERROR, "Key not found expanding %s",
|
||||
SX_DEBUG(debug_expander, "Key not found expanding %s",
|
||||
req->request);
|
||||
if (b->validate_asns)
|
||||
bgpq_expander_invalidate_asn(b, request);
|
||||
|
Reference in New Issue
Block a user