summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index c580eb243a..7c9975ea4b 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1435,6 +1435,7 @@ dumpstats(int severity)
rep_hist_dump_stats(now,severity);
rend_service_dump_stats(severity);
+ dump_pk_ops(severity);
}
/** Called by exit() as we shut down the process.