summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2007-04-14 13:43:25 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2007-04-14 13:43:25 +0000
commitcb695a0d06df5d8551e4e868a373a6b721c11254 (patch)
tree509f4240cb2d19e5b7c93620f278ca5f5962983f /gpsd.c
parentd366c916db299c74a603aae5d23facb11a6a271f (diff)
downloadgpsd-cb695a0d06df5d8551e4e868a373a6b721c11254.tar.gz
undo this change i made in 4 Aug 2005 - this is a useful log message.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 0 insertions, 2 deletions
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);