1- From 9ba3bc688c45a0c9e761c6c8bd0be83d6570c9dc Mon Sep 17 00:00:00 2001
2- From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= <lazzer@gmail.com>
3- Date: Fri, 27 Feb 2026 16:58:12 +0100
4- Subject: [PATCH] Always log to syslog
5- MIME-Version: 1.0
6- Content-Type: text/plain; charset=UTF-8
7- Content-Transfer-Encoding: 8bit
8- Organization: Wires
9-
10- Signed-off-by: Mattias Walström <lazzer@gmail.com>
11- ---
12- gpsd/libgpsd_core.c | 13 ++-----------
13- 1 file changed, 2 insertions(+), 11 deletions(-)
14-
15- diff --git a/gpsd/libgpsd_core.c b/gpsd/libgpsd_core.c
16- index 982f822b8..c53c64838 100644
17- --- a/gpsd/libgpsd_core.c
18- +++ b/gpsd/libgpsd_core.c
19- @@ -180,17 +180,8 @@ static void gpsd_vlog(const int errlevel,
20- // this was crazy expensive, just fix the bad log calls
1+ diff -urN gpsd-3.25.orig/gpsd/libgpsd_core.c gpsd-3.25/gpsd/libgpsd_core.c
2+ --- gpsd-3.25.orig/gpsd/libgpsd_core.c 2023-01-10 23:38:26.000000000 +0100
3+ +++ gpsd-3.25/gpsd/libgpsd_core.c 2026-04-22 14:06:09.498017456 +0200
4+ @@ -180,17 +180,8 @@
5+ // this was carzy expensive, just fix the bad log calls
216 // gps_visibilize(outbuf, outlen, buf, strlen(buf));
227
238- if (getpid() == getsid(getpid())) {
@@ -36,6 +21,3 @@ index 982f822b8..c53c64838 100644
3621 gpsd_release_reporting_lock();
3722 #endif // !SQUELCH_ENABLE
3823 }
39- - -
40- 2.43.0
41-
0 commit comments