mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
if we are exiting due to idleness, say so
This commit is contained in:
parent
a609e4a700
commit
f52fb64313
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ static void exit_callback(pa_mainloop_api*m, pa_time_event *e, const struct time
|
|||
pa_core *c = userdata;
|
||||
pa_assert(c->exit_event == e);
|
||||
|
||||
pa_log_info("We are idle, quitting...");
|
||||
pa_core_exit(c, TRUE, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue