]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
rename metric bug_reached to bug_reached_count
authortrinity-1686a <trinity@deuxfleurs.fr>
Sun, 14 Apr 2024 12:58:58 +0000 (14:58 +0200)
committertrinity-1686a <trinity@deuxfleurs.fr>
Sun, 14 Apr 2024 12:58:58 +0000 (14:58 +0200)
src/lib/log/log_sys.c

index 9bae36e1d1ff0019521b48ec71c1df21bd94df33..ac76d9bdbb9210b89c3d74a6785a5c507a3789cb 100644 (file)
@@ -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());