chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Only disable output on console during boot if needed
[elogind.git]
/
src
/
core
/
manager.c
diff --git
a/src/core/manager.c
b/src/core/manager.c
index
07ca4c9
..
c99a022
100644
(file)
--- a/
src/core/manager.c
+++ b/
src/core/manager.c
@@
-1789,7
+1789,7
@@
static int process_event(Manager *m, struct epoll_event *ev) {
}
case WATCH_IDLE_PIPE: {
- m->no_console_output =
true
;
+ m->no_console_output =
m->n_on_console > 0
;
manager_unwatch_idle_pipe(m);
close_idle_pipe(m);