mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Merge branch 'tor-gitlab/mr/328'
This commit is contained in:
commit
2eb015372b
1 changed files with 1 additions and 1 deletions
|
@ -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. "
|
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,
|
fmt_addr(addr), stats->concurrent_count,
|
||||||
token_bucket_ctr_get(&stats->connect_count));
|
token_bucket_ctr_get(&stats->connect_count));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue