fix warning
This commit is contained in:
parent
3f2bb8b028
commit
51ce7fcaf1
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ import Annex.UUID
|
|||
|
||||
{- Log a change in the presence of a key's value in current repository. -}
|
||||
logStatus :: Key -> LogStatus -> Annex ()
|
||||
logStatus key status = do
|
||||
logStatus key s = do
|
||||
u <- getUUID
|
||||
logChange key u status
|
||||
logChange key u s
|
||||
|
||||
{- Log a change in the presence of a key's value in a repository. -}
|
||||
logChange :: Key -> UUID -> LogStatus -> Annex ()
|
||||
|
|
Loading…
Add table
Reference in a new issue