mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Standardize our printf code on %d, not %i.
This commit is contained in:
@@ -604,7 +604,7 @@ tor_addr_parse_mask_ports(const char *s, tor_addr_t *addr_out,
|
||||
if (family == AF_INET6 && v4map) {
|
||||
if (bits > 32 && bits < 96) { /* Crazy */
|
||||
log_warn(LD_GENERAL,
|
||||
"Bad mask bits %i for V4-mapped V6 address; rejecting.",
|
||||
"Bad mask bits %d for V4-mapped V6 address; rejecting.",
|
||||
bits);
|
||||
goto err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user