diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2009-02-12 08:13:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2009-02-12 08:13:39 +0000 |
commit | e2e4b434397bcf569d93f09dd8325f2f7a4bdcb4 (patch) | |
tree | d463672ef99a10b75e04e5faef0b0e8fe824ea27 /gpsctl.c | |
parent | dfefb4762fa7e941849b806c35bdfb5a811f2582 (diff) | |
download | gpsd-e2e4b434397bcf569d93f09dd8325f2f7a4bdcb4.tar.gz |
Thinko fix.
Diffstat (limited to 'gpsctl.c')
-rw-r--r-- | gpsctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ static gps_mask_t get_packet(struct gps_device_t *session) static void onsig(int sig) { if (sig == SIGALRM) { - gpsd_report(LOG_ERROR, "packet recognition timed out.\n", stdout); + gpsd_report(LOG_ERROR, "packet recognition timed out.\n"); exit(1); } else { gpsd_report(LOG_ERROR, "killed by signal %d\n", sig); |