diff options
Diffstat (limited to 'Assistant/Threads/Committer.hs')
-rw-r--r-- | Assistant/Threads/Committer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs index 7c34f7a93..ceb885100 100644 --- a/Assistant/Threads/Committer.hs +++ b/Assistant/Threads/Committer.hs @@ -65,7 +65,7 @@ commitThread st changechan commitchan transferqueue dstatus = thread $ do ] void $ alertWhile dstatus commitAlert $ runThreadState st commitStaged - recordCommit commitchan (Commit time) + recordCommit commitchan else refill readychanges else refill changes where |