summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-07-29 14:51:35 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-07-29 14:51:35 +0000
commit0f2fd319dd19840758662065bae13c643a615195 (patch)
tree64665abe54f529be48d99c0a1eca734a3afb0976 /gpsd.c
parentef4dd1d635d07b5f010252ede5e52610fa34aaee (diff)
downloadgpsd-0f2fd319dd19840758662065bae13c643a615195.tar.gz
Eliminate use of fuser(1) from gpsfake.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index b906a435..2b1af4e1 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -521,7 +521,7 @@ static bool assign_channel(struct subscriber_t *user)
/* and open that device */
if (user->device->gpsdata.gps_fd != -1)
- gpsd_report(1,"client(%d): channel %d already active.\n",
+ gpsd_report(5,"client(%d): channel %d already active.\n",
user-subscribers, user->device->gpsdata.gps_fd);
else {
#ifndef FIXED_PORT_SPEED