From 84eeb350ed01f2c1fa5b663ca449fe2578f8e8bb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 Jan 2015 20:53:09 -0500 Subject: Reduce log verbosity. --- gpsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gpsd.c') diff --git a/gpsd.c b/gpsd.c index d734f178..9f3b7ab0 100644 --- a/gpsd.c +++ b/gpsd.c @@ -1837,8 +1837,8 @@ static void adaptive_delay(void) if (delay > (useconds_t) (500000UL/mightbuzz) ) delay = (useconds_t) (500000UL/mightbuzz); #endif /* __UNUSED__ */ - gpsd_report(&context.errout, LOG_WARN, - "select() bug found, sleeping for %u usec\n",delay); + gpsd_report(&context.errout, LOG_SPIN, + "adaptive delay, sleeping for %u usec\n",delay); (void) usleep(delay); } return; -- cgit v1.2.1