mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +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_UINT64, n_dnssec_insecure,
|
||||||
TABLE_FIELD, "Bogus",
|
TABLE_FIELD, "Bogus",
|
||||||
TABLE_UINT64, n_dnssec_bogus,
|
TABLE_UINT64, n_dnssec_bogus,
|
||||||
TABLE_FIELD, "Indeterminate:",
|
TABLE_FIELD, "Indeterminate",
|
||||||
TABLE_UINT64, n_dnssec_indeterminate);
|
TABLE_UINT64, n_dnssec_indeterminate);
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
return table_log_add_error(r);
|
return table_log_add_error(r);
|
||||||
|
Loading…
Reference in New Issue
Block a user