]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkctl: add missing newline to printf() format string
authorLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2016 13:27:06 +0000 (14:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2016 19:58:59 +0000 (20:58 +0100)
src/network/networkctl.c

index 27a758152e7b9efb7638f9a856187a7c9ebc2bd1..23d8c4555b9e54ec75148e711468286edfb33fdc 100644 (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);