Skip to content
Snippets Groups Projects
Commit 2eb01537 authored by David Goulet's avatar David Goulet :panda_face:
Browse files

Merge branch 'tor-gitlab/mr/328'

parents 997bf3f8 a497a97e
Branches
Tags
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment