mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Change %lu to %TOR_PRIuSZ in dos.c.
This patch unbreaks the Windows build on master that was introduced in
99703eaca0
.
This commit is contained in:
parent
f75baf5ea5
commit
a497a97e4c
@ -520,7 +520,7 @@ conn_update_on_connect(conn_client_stats_t *stats, const tor_addr_t *addr)
|
||||
}
|
||||
|
||||
log_debug(LD_DOS, "Client address %s has now %u concurrent connections. "
|
||||
"Remaining %lu/sec connections are allowed.",
|
||||
"Remaining %" TOR_PRIuSZ "/sec connections are allowed.",
|
||||
fmt_addr(addr), stats->concurrent_count,
|
||||
token_bucket_ctr_get(&stats->connect_count));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user