improve error message

This commit is contained in:
Joey Hess 2013-08-02 13:01:25 -04:00
parent 0a52f02f8e
commit dc3e0725f9

View file

@ -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
)