From cb695a0d06df5d8551e4e868a373a6b721c11254 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Sat, 14 Apr 2007 13:43:25 +0000 Subject: undo this change i made in 4 Aug 2005 - this is a useful log message. --- gpsd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gpsd.c') diff --git a/gpsd.c b/gpsd.c index e4ba1ebc..889b8d91 100644 --- a/gpsd.c +++ b/gpsd.c @@ -1646,10 +1646,8 @@ int main(int argc, char *argv[]) adjust_max_fd(channel->gpsdata.gps_fd, false); gpsd_deactivate(channel); } else if ((changed & ONLINE_SET) == 0) { -/* gpsd_report(LOG_INF, "GPS is offline (%lf sec since data)\n", timestamp() - channel->gpsdata.online); -*/ FD_CLR(channel->gpsdata.gps_fd, &all_fds); adjust_max_fd(channel->gpsdata.gps_fd, false); gpsd_deactivate(channel); -- cgit v1.2.1