projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
523578a
)
systemctl: supress enable/disable messages when -q is given (#7067)
author
John Lin
<johnlinp@gmail.com>
Wed, 11 Oct 2017 18:22:51 +0000
(
02:22
+0800)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 11 Oct 2017 18:22:51 +0000
(20:22 +0200)
Fixes: #7036
src/shared/bus-unit-util.c
patch
|
blob
|
history
diff --git
a/src/shared/bus-unit-util.c
b/src/shared/bus-unit-util.c
index e191f8c93efb31eddd422df529bf56845dd8326e..6e2022587af9eb9c6a66e5ae6f159bd9e77b7732 100644
(file)
--- a/
src/shared/bus-unit-util.c
+++ b/
src/shared/bus-unit-util.c
@@
-1471,7
+1471,7
@@
int bus_deserialize_and_dump_unit_file_changes(sd_bus_message *m, bool quiet, Un
if (r < 0)
return bus_log_parse_error(r);
- unit_file_dump_changes(0, NULL, *changes, *n_changes,
false
);
+ unit_file_dump_changes(0, NULL, *changes, *n_changes,
quiet
);
return 0;
}