On Mon, 2015-12-21 at 10:59 +0530, arun at accosted.net wrote: > From: Arun Raghavan <git at arunraghavan.net> > > --- > Â src/daemon/main.c | 4 ++-- > Â 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/daemon/main.c b/src/daemon/main.c > index c7b15e7..c2f47b6 100644 > --- a/src/daemon/main.c > +++ b/src/daemon/main.c > @@ -998,9 +998,9 @@ int main(int argc, char *argv[]) { > Â Â Â Â Â pa_disable_sigpipe(); > Â > Â Â Â Â Â if (pa_rtclock_hrtimer()) > -Â Â Â Â Â Â Â Â pa_log_info("Fresh high-resolution timers available! Bon appetit."); > +Â Â Â Â Â Â Â Â pa_log_info("System supports high resolution timers"); > Â Â Â Â Â else > -Â Â Â Â Â Â Â Â pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled."); > +Â Â Â Â Â Â Â Â pa_log_info("System appears to not support high resolution timers"); > Â > Â Â Â Â Â if (conf->lock_memory) { > Â #if defined(HAVE_SYS_MMAN_H) && !defined(__ANDROID__) Ack. --Â Tanu