diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pulsecore/core.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/core.c b/src/pulsecore/core.c index b9f04b68..6f8a2929 100644 --- a/src/pulsecore/core.c +++ b/src/pulsecore/core.c @@ -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);  }  | 
