improve error message
This commit is contained in:
parent
0a52f02f8e
commit
dc3e0725f9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ perform relaxed url file = ifAnnexed file addurl geturl
|
|||
setUrlPresent key url
|
||||
next $ return True
|
||||
, do
|
||||
warning $ "failed to verify url: " ++ url
|
||||
warning $ "failed to verify url exists: " ++ url
|
||||
stop
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue