1
0
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:
Lennart Poettering 2016-02-21 14:27:06 +01:00
parent 2a5a6e05ca
commit f5207c2206

View File

@ -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);