tor

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

commit c84ea8bd0d00d0b9458fdbed32bf501972df17ed
parent e95375ec998ced79f7e726b3705a6f0fd5321d9a
Author: trinity-1686a <trinity@deuxfleurs.fr>
Date:   Sun, 14 Apr 2024 14:58:58 +0200

rename metric bug_reached to bug_reached_count

Diffstat:
Msrc/lib/log/log_sys.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/log/log_sys.c b/src/lib/log/log_sys.c @@ -41,7 +41,7 @@ logging_metrics_get_stores(void) metrics_store_entry_t *sentry = metrics_store_add( the_store, METRICS_TYPE_COUNTER, - METRICS_NAME(bug_reached), + METRICS_NAME(bug_reached_count), "Total number of BUG() and similar assertion reached", 0, NULL); metrics_store_entry_update(sentry, tor_bug_get_count());