diff options
| author | Lennart Poettering <lennart@poettering.net> | 2008-09-05 03:17:48 +0200 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2008-09-05 03:17:48 +0200 | 
| commit | f52fb64313fd423cd085f7b53ce5663c0c17d382 (patch) | |
| tree | 8c66a7fa50fa5dba71de14d671892b63b1689f5b /src | |
| parent | a609e4a700da10926fcb9c9633dee1342907de97 (diff) | |
if we are exiting due to idleness, say so
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);  } | 
