warning
This commit is contained in:
parent
00340dfe49
commit
0cbbf0da79
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ setUrl key url status = do
|
||||||
addLog (urlLog key) =<< logNow status url
|
addLog (urlLog key) =<< logNow status url
|
||||||
|
|
||||||
-- update location log to indicate that the web has the key, or not
|
-- update location log to indicate that the web has the key, or not
|
||||||
us <- getUrls key
|
us' <- getUrls key
|
||||||
logChange key webUUID (if null us then InfoMissing else InfoPresent)
|
logChange key webUUID (if null us' then InfoMissing else InfoPresent)
|
||||||
|
|
||||||
setUrlPresent :: Key -> URLString -> Annex ()
|
setUrlPresent :: Key -> URLString -> Annex ()
|
||||||
setUrlPresent key url = setUrl key url InfoPresent
|
setUrlPresent key url = setUrl key url InfoPresent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue