summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/core.c')
-rw-r--r--src/pulsecore/core.c1
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);
}