projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
736ffec
)
core: fix indenting in dump output
author
Lennart Poettering
<lennart@poettering.net>
Fri, 12 Feb 2016 20:33:39 +0000
(21:33 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 12 Feb 2016 20:33:39 +0000
(21:33 +0100)
Fixes: #2593
src/core/unit.c
patch
|
blob
|
history
diff --git
a/src/core/unit.c
b/src/core/unit.c
index d39e3dcaeb91a9a6c906929371412b5fa064d209..3c4f85e744967ef4cebb11037cf1f8388be4c4b3 100644
(file)
--- a/
src/core/unit.c
+++ b/
src/core/unit.c
@@
-888,7
+888,7
@@
void unit_dump(Unit *u, FILE *f, const char *prefix) {
"%s\tInstance: %s\n"
"%s\tUnit Load State: %s\n"
"%s\tUnit Active State: %s\n"
- "%s\
n
State Change Timestamp: %s\n"
+ "%s\
t
State Change Timestamp: %s\n"
"%s\tInactive Exit Timestamp: %s\n"
"%s\tActive Enter Timestamp: %s\n"
"%s\tActive Exit Timestamp: %s\n"