diff options
author | David Goulet <dgoulet@torproject.org> | 2021-03-01 08:36:02 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-03-01 08:36:02 -0500 |
commit | 2eb015372b6848f3cd9a8b756b1fc9f0d3bfd23b (patch) | |
tree | 0e29c3aebf50b8858cc85d53eb9f174d9fcc867a /src | |
parent | 997bf3f840e250db6e805b9878495c7669478ec8 (diff) | |
parent | a497a97e4cce54b1d8609f34465e5f76a18589a7 (diff) | |
download | tor-2eb015372b6848f3cd9a8b756b1fc9f0d3bfd23b.tar.gz tor-2eb015372b6848f3cd9a8b756b1fc9f0d3bfd23b.zip |
Merge branch 'tor-gitlab/mr/328'
Diffstat (limited to 'src')
-rw-r--r-- | src/core/or/dos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/dos.c b/src/core/or/dos.c index b00863c118..bc242e37ca 100644 --- 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)); } |