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:
parent
03f46b95e6
commit
10af498be1
1 changed files with 1 additions and 0 deletions
1
Logs.hs
1
Logs.hs
|
@ -91,6 +91,7 @@ otherLogs :: [RawFilePath]
|
||||||
otherLogs =
|
otherLogs =
|
||||||
[ numcopiesLog
|
[ numcopiesLog
|
||||||
, mincopiesLog
|
, mincopiesLog
|
||||||
|
, configLog
|
||||||
, groupPreferredContentLog
|
, groupPreferredContentLog
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue