mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
resolvectl: drop extra colon
This commit is contained in:
parent
7b975e9f45
commit
e30b4c1357
@ -1165,7 +1165,7 @@ static int show_statistics(int argc, char **argv, void *userdata) {
|
||||
TABLE_UINT64, n_dnssec_insecure,
|
||||
TABLE_FIELD, "Bogus",
|
||||
TABLE_UINT64, n_dnssec_bogus,
|
||||
TABLE_FIELD, "Indeterminate:",
|
||||
TABLE_FIELD, "Indeterminate",
|
||||
TABLE_UINT64, n_dnssec_indeterminate);
|
||||
if (r < 0)
|
||||
return table_log_add_error(r);
|
||||
|
Loading…
Reference in New Issue
Block a user