mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
Native reduce logging
This commit is contained in:
parent
79a51a9bc3
commit
ee8acf11e7
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ void parse_dns_response(const struct arguments *args, const uint8_t *data, const
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (acount > 0)
|
||||
log_android(ANDROID_LOG_WARN,
|
||||
"DNS response qr %d opcode %d qcount %d acount %d",
|
||||
dns->qr, dns->opcode, qcount, acount);
|
||||
|
|
Loading…
Reference in a new issue