From: trinity-1686a Date: Sun, 14 Apr 2024 12:58:58 +0000 (+0200) Subject: rename metric bug_reached to bug_reached_count X-Git-Tag: tor-0.4.9.1-alpha~45^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c84ea8bd0d00d0b9458fdbed32bf501972df17ed;p=thirdparty%2Ftor.git rename metric bug_reached to bug_reached_count --- diff --git a/src/lib/log/log_sys.c b/src/lib/log/log_sys.c index 9bae36e1d1..ac76d9bdbb 100644 --- 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());