tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 2eb015372b6848f3cd9a8b756b1fc9f0d3bfd23b
parent 997bf3f840e250db6e805b9878495c7669478ec8
Author: David Goulet <dgoulet@torproject.org>
Date:   Mon,  1 Mar 2021 08:36:02 -0500

Merge branch 'tor-gitlab/mr/328'

Diffstat:
Msrc/core/or/dos.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/dos.c b/src/core/or/dos.c @@ -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)); }