projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5a6e0
)
networkctl: add missing newline to printf() format string
author
Lennart Poettering
<lennart@poettering.net>
Sun, 21 Feb 2016 13:27:06 +0000
(14:27 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Sun, 21 Feb 2016 19:58:59 +0000
(20:58 +0100)
src/network/networkctl.c
patch
|
blob
|
history
diff --git
a/src/network/networkctl.c
b/src/network/networkctl.c
index 27a758152e7b9efb7638f9a856187a7c9ebc2bd1..23d8c4555b9e54ec75148e711468286edfb33fdc 100644
(file)
--- 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);