From 10af498be1a9874541eba84bf092af0842d4f463 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 May 2021 12:48:56 -0400 Subject: [PATCH] add configLog to otherLogs This oversight didn't cause any problems because the only place that uses the information is dropDead, which handles Nothing the same as Just OtherLog. --- Logs.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Logs.hs b/Logs.hs index b8b1565286..fcb2106b33 100644 --- a/Logs.hs +++ b/Logs.hs @@ -91,6 +91,7 @@ otherLogs :: [RawFilePath] otherLogs = [ numcopiesLog , mincopiesLog + , configLog , groupPreferredContentLog ]