if we are exiting due to idleness, say so

This commit is contained in:
Lennart Poettering 2008-09-05 03:17:48 +02:00
parent a609e4a700
commit f52fb64313

View file

@ -204,6 +204,7 @@ static void exit_callback(pa_mainloop_api*m, pa_time_event *e, const struct time
pa_core *c = userdata; pa_core *c = userdata;
pa_assert(c->exit_event == e); pa_assert(c->exit_event == e);
pa_log_info("We are idle, quitting...");
pa_core_exit(c, TRUE, 0); pa_core_exit(c, TRUE, 0);
} }