projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd931c0
)
systemctl: properly build flags for show_journal_by_unit()
author
Lennart Poettering
<lennart@poettering.net>
Thu, 6 Sep 2012 00:05:04 +0000
(17:05 -0700)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 6 Sep 2012 00:05:04 +0000
(17:05 -0700)
src/systemctl/systemctl.c
patch
|
blob
|
history
diff --git
a/src/systemctl/systemctl.c
b/src/systemctl/systemctl.c
index
14f8a12
..
98d0fcb
100644
(file)
--- a/
src/systemctl/systemctl.c
+++ b/
src/systemctl/systemctl.c
@@
-2259,7
+2259,7
@@
static void print_status_info(UnitStatusInfo *i) {
if (i->id && arg_transport != TRANSPORT_SSH) {
int flags =
- arg_
lines
* OUTPUT_SHOW_ALL |
+ arg_
all
* OUTPUT_SHOW_ALL |
arg_follow * OUTPUT_FOLLOW |
!arg_quiet * OUTPUT_WARN_CUTOFF |
on_tty() * OUTPUT_COLOR;