From: Lennart Poettering Date: Thu, 21 Jan 2016 01:27:44 +0000 (+0100) Subject: resolve: fix wording in resolver statistics output X-Git-Tag: v229~90^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7405bb3ec09a07bd4b72c04e6ad015d3bfc97629;p=thirdparty%2Fsystemd.git resolve: fix wording in resolver statistics output Now that we count both negative and positive validation results, we shouldn't claim we just counted RRsets. --- diff --git a/src/resolve/resolve-tool.c b/src/resolve/resolve-tool.c index 60c0642b16f..fdaeb8d9269 100644 --- a/src/resolve/resolve-tool.c +++ b/src/resolve/resolve-tool.c @@ -867,11 +867,11 @@ static int show_statistics(sd_bus *bus) { if (r < 0) return bus_log_parse_error(r); - printf("\n%sDNSSEC%s\n" - " Secure RRsets: %" PRIu64 "\n" - " Insecure RRsets: %" PRIu64 "\n" - " Bogus RRsets: %" PRIu64 "\n" - "Indeterminate RRsets: %" PRIu64 "\n", + printf("\n%sDNSSEC Verdicts%s\n" + " Secure: %" PRIu64 "\n" + " Insecure: %" PRIu64 "\n" + " Bogus: %" PRIu64 "\n" + " Indeterminate: %" PRIu64 "\n", ansi_highlight(), ansi_normal(), n_dnssec_secure,