mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
networkctl: add missing newline to printf() format string
This commit is contained in:
parent
2a5a6e05ca
commit
f5207c2206
@ -809,7 +809,7 @@ static int link_status_one(
|
||||
|
||||
(void) sd_network_link_get_timezone(info->ifindex, &tz);
|
||||
if (tz)
|
||||
printf(" Time Zone: %s", tz);
|
||||
printf(" Time Zone: %s\n", tz);
|
||||
|
||||
(void) dump_lldp_neighbors(" Connected To: ", info->ifindex);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user