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.
This commit is contained in:
Joey Hess 2021-05-13 12:48:56 -04:00
parent 03f46b95e6
commit 10af498be1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -91,6 +91,7 @@ otherLogs :: [RawFilePath]
otherLogs = otherLogs =
[ numcopiesLog [ numcopiesLog
, mincopiesLog , mincopiesLog
, configLog
, groupPreferredContentLog , groupPreferredContentLog
] ]