From 657119ea5c1f2321d135c0f7c02f1c00f7fd9273 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sat, 15 Oct 2022 23:46:55 +1100
Subject: [PATCH] remove suffix at log name

---
 src/66/66-shutdownd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/66/66-shutdownd.c b/src/66/66-shutdownd.c
index b74a9551..68e35109 100644
--- a/src/66/66-shutdownd.c
+++ b/src/66/66-shutdownd.c
@@ -299,7 +299,7 @@ static inline void unsupervise_tree (void)
     char const *except[3] =
     {
         "66-shutdownd",
-        nologger ? 0 : SS_SCANDIR SS_LOG_SUFFIX,
+        nologger ? 0 : SS_SCANDIR SS_LOG,
         0
     } ;
     size_t livelen = strlen(live) ;
-- 
GitLab