mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-02 13:30:44 -05:00
add brackets
This commit is contained in:
parent
0b66d4a1c7
commit
99af4e7d52
1 changed files with 2 additions and 2 deletions
|
|
@ -1366,7 +1366,7 @@ t10_event2(isc_task_t *task, isc_event_t *event) {
|
|||
event->ev_sender,
|
||||
(int)event->ev_type,
|
||||
event->ev_tag,
|
||||
event->ev_attributes & ISC_EVENTATTR_NOPURGE ?
|
||||
((event->ev_attributes & ISC_EVENTATTR_NOPURGE) != 0) ?
|
||||
"NP" : "P");
|
||||
}
|
||||
|
||||
|
|
@ -1392,7 +1392,7 @@ t10_event2(isc_task_t *task, isc_event_t *event) {
|
|||
if (sender_match && type_match && tag_match) {
|
||||
if (event->ev_attributes & ISC_EVENTATTR_NOPURGE) {
|
||||
t_info("event %p,%d,%p matched but was not purgable\n",
|
||||
event->ev_sender, (int)event->ev_type,
|
||||
event->ev_sender, (int)event->ev_type,
|
||||
event->ev_tag);
|
||||
++T10_eventcnt;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue