From f52fb64313fd423cd085f7b53ce5663c0c17d382 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 5 Sep 2008 03:17:48 +0200 Subject: if we are exiting due to idleness, say so --- src/pulsecore/core.c | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit