summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-21 14:27:06 +0100
committerLennart Poettering <lennart@poettering.net>2016-02-21 20:58:59 +0100
commitf5207c2206061479e7eb5f3fd6213d7c508e0336 (patch)
treed4f806aed480251420ebff062d080713764fde9f /src/network/networkctl.c
parent2a5a6e05ca6e97a1764063174f452513ebed36d8 (diff)
networkctl: add missing newline to printf() format string
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r--src/network/networkctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index 27a758152e..23d8c4555b 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -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);